project.config.json 569 B

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