project.config.json 591 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "compileType": "miniprogram",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": "/minitest",
  7. "type": "folder"
  8. }
  9. ],
  10. "include": []
  11. },
  12. "setting": {
  13. "coverView": true,
  14. "es6": true,
  15. "postcss": true,
  16. "minified": true,
  17. "enhance": true,
  18. "showShadowRootInWxmlPanel": true,
  19. "packNpmRelationList": [],
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. }
  25. },
  26. "editorSetting": {
  27. "tabIndent": "auto",
  28. "tabSize": 2
  29. },
  30. "appid": "wx04b705205757217b",
  31. "testRoot": "minitest/"
  32. }