project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "disableUseStrict": false,
  32. "useCompilerPlugins": false
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "2.25.2",
  36. "appid": "wxf774b5ea964736eb",
  37. "projectname": "broke_news_wx",
  38. "condition": {},
  39. "editorSetting": {
  40. "tabIndent": "insertSpaces",
  41. "tabSize": 2
  42. }
  43. }