project.config.json 707 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "postcss": false,
  7. "minified": true,
  8. "newFeature": true,
  9. "bigPackageSizeSupport": true,
  10. "coverView": false,
  11. "enhance": false,
  12. "showShadowRootInWxmlPanel": false,
  13. "packNpmRelationList": [],
  14. "ignoreUploadUnusedFiles": true,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. }
  20. },
  21. "compileType": "miniprogram",
  22. "condition": {},
  23. "editorSetting": {
  24. "tabIndent": "insertSpaces",
  25. "tabSize": 2
  26. },
  27. "libVersion": "3.11.0",
  28. "packOptions": {
  29. "ignore": [],
  30. "include": []
  31. },
  32. "appid": "wx5ff68306954353f7"
  33. }