project.config.json 1.1 KB

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