project.config.json 577 B

1234567891011121314151617181920212223242526272829
  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": true
  17. },
  18. "condition": {},
  19. "editorSetting": {
  20. "tabIndent": "insertSpaces",
  21. "tabSize": 2
  22. },
  23. "libVersion": "3.1.2",
  24. "packOptions": {
  25. "ignore": [],
  26. "include": []
  27. },
  28. "appid": "wx9933d9929a941e56"
  29. }