project.config.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": false,
  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. "minifyWXML": true,
  41. "showES6CompileOption": false,
  42. "useCompilerPlugins": false,
  43. "ignoreUploadUnusedFiles": true
  44. },
  45. "compileType": "miniprogram",
  46. "libVersion": "2.17.0",
  47. "appid": "wx573623a9b7a7ed34",
  48. "projectname": "未来go",
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "condition": {
  52. "search": {
  53. "list": []
  54. },
  55. "conversation": {
  56. "list": []
  57. },
  58. "plugin": {
  59. "list": []
  60. },
  61. "game": {
  62. "currentL": -1,
  63. "list": []
  64. },
  65. "gamePlugin": {
  66. "list": []
  67. },
  68. "miniprogram": {
  69. "list": [
  70. {
  71. "id": -1,
  72. "name": "pages/personal/rechSuce/rechSuce",
  73. "pathName": "pages/personal/rechSuce/rechSuce",
  74. "query": "order=1",
  75. "scene": null
  76. },
  77. {
  78. "id": 1,
  79. "name": "pages/index/index",
  80. "pathName": "pages/index/index",
  81. "query": "http://weilaibike.com?no=4101000083",
  82. "scene": 1011
  83. },
  84. {
  85. "id": 2,
  86. "name": "pages/index/index",
  87. "pathName": "pages/index/index",
  88. "query": "http://code.weilaibike.com?no=41010011248",
  89. "scene": 1011
  90. }
  91. ]
  92. }
  93. },
  94. "editorSetting": {
  95. "tabIndent": "insertSpaces",
  96. "tabSize": 2
  97. }
  98. }