project.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "coverView": true,
  15. "lazyloadPlaceholderEnable": false,
  16. "preloadBackgroundData": false,
  17. "autoAudits": false,
  18. "uglifyFileName": false,
  19. "uploadWithSourceMap": true,
  20. "enhance": true,
  21. "useMultiFrameRuntime": true,
  22. "showShadowRootInWxmlPanel": true,
  23. "packNpmManually": false,
  24. "packNpmRelationList": [],
  25. "minifyWXSS": true,
  26. "useStaticServer": true,
  27. "showES6CompileOption": false,
  28. "checkInvalidKey": true,
  29. "compileHotReLoad": true,
  30. "babelSetting": {
  31. "ignore": [],
  32. "disablePlugins": [],
  33. "outputPath": ""
  34. },
  35. "disableUseStrict": false,
  36. "useCompilerPlugins": false
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "2.27.0",
  40. "appid": "wxf939a0846ecf66a5",
  41. "projectname": "福宁园怀念堂",
  42. "condition": {},
  43. "editorSetting": {
  44. "tabIndent": "insertSpaces",
  45. "tabSize": 2
  46. }
  47. }