project.config.json 478 B

123456789101112131415161718192021222324
  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. },
  16. "compileType": "miniprogram",
  17. "simulatorPluginLibVersion": {},
  18. "packOptions": {
  19. "ignore": [],
  20. "include": []
  21. },
  22. "appid": "wx98f5cf1c60f793b8",
  23. "editorSetting": {}
  24. }