project.config.json 625 B

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