project.config.json 703 B

1234567891011121314151617181920212223242526272829303132
  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. "miniprogramRoot": "dist/dev/mp-weixin/",
  24. "srcMiniprogramRoot": "dist/dev/mp-weixin/",
  25. "simulatorPluginLibVersion": {},
  26. "libVersion": "3.5.0",
  27. "packOptions": {
  28. "ignore": [],
  29. "include": []
  30. },
  31. "appid": "wx79ae77033cd2c4a2"
  32. }