project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": false,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "enableEngineNative": false,
  28. "useIsolateContext": true,
  29. "userConfirmedBundleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "disableUseStrict": false,
  34. "minifyWXML": true,
  35. "showES6CompileOption": false,
  36. "useCompilerPlugins": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "useStaticServer": true,
  39. "lazyloadPlaceholderEnable": false
  40. },
  41. "compileType": "miniprogram",
  42. "condition": {
  43. "plugin": {
  44. "list": []
  45. },
  46. "game": {
  47. "list": []
  48. },
  49. "gamePlugin": {
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "list": [
  54. {
  55. "name": "pages/sonTopic/sonTopic",
  56. "pathName": "pages/sonTopic/sonTopic",
  57. "scene": null
  58. }
  59. ]
  60. }
  61. },
  62. "editorSetting": {
  63. "tabIndent": "insertSpaces",
  64. "tabSize": 2
  65. },
  66. "libVersion": "2.24.3",
  67. "packOptions": {
  68. "ignore": [],
  69. "include": []
  70. }
  71. }