project.config.json 613 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "compileType": "miniprogram",
  3. "setting": {
  4. "coverView": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "enhance": true,
  9. "showShadowRootInWxmlPanel": true,
  10. "packNpmRelationList": [],
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. },
  16. "ignoreUploadUnusedFiles": false,
  17. "ignoreDevUnusedFiles": false
  18. },
  19. "condition": {},
  20. "editorSetting": {
  21. "tabIndent": "insertSpaces",
  22. "tabSize": 2
  23. },
  24. "libVersion": "3.5.8",
  25. "packOptions": {
  26. "ignore": [],
  27. "include": []
  28. },
  29. "appid": "wx247547be545cfc27"
  30. }