聚星移动端

project.config.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "description": "项目配置文件",
  3. "miniprogramRoot":"unpackage/dist/dev/mp-weixin",
  4. "packOptions": {
  5. "ignore": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false,
  42. "ignoreUploadUnusedFiles": true,
  43. "minifyWXML": true
  44. },
  45. "compileType": "miniprogram",
  46. "appid": "wx5bcf8975e677d8d4",
  47. "projectname": "uniMultipleStar",
  48. "debugOptions": {
  49. "hidedInDevtools": []
  50. },
  51. "scripts": {},
  52. "staticServerOptions": {
  53. "baseURL": "",
  54. "servePath": ""
  55. },
  56. "isGameTourist": false,
  57. "condition": {
  58. "search": {
  59. "list": []
  60. },
  61. "conversation": {
  62. "list": []
  63. },
  64. "game": {
  65. "list": []
  66. },
  67. "plugin": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": []
  75. }
  76. }
  77. }