project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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": false,
  10. "postcss": false,
  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. "showShadowRootInWxmlPanel": true,
  22. "packNpmManually": false,
  23. "packNpmRelationList": [],
  24. "minifyWXSS": true,
  25. "useStaticServer": true,
  26. "showES6CompileOption": false,
  27. "checkInvalidKey": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "disableUseStrict": false,
  34. "useCompilerPlugins": false
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.30.2",
  38. "appid": "wx9790f2f1843d1a5d",
  39. "projectname": "重卡换电",
  40. "condition": {},
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 4
  44. }
  45. }