project.config.json 502 B

12345678910111213141516171819202122232425
  1. {
  2. "setting": {
  3. "es6": true,
  4. "postcss": true,
  5. "minified": true,
  6. "uglifyFileName": false,
  7. "enhance": true,
  8. "packNpmRelationList": [],
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "useCompilerPlugins": false,
  15. "minifyWXML": true
  16. },
  17. "compileType": "miniprogram",
  18. "simulatorPluginLibVersion": {},
  19. "packOptions": {
  20. "ignore": [],
  21. "include": []
  22. },
  23. "appid": "wxc45a0df13aec69ae",
  24. "editorSetting": {}
  25. }