project.config.json 767 B

1234567891011121314151617181920212223242526272829303132333435
  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. "compileWorklet": false,
  17. "uploadWithSourceMap": true,
  18. "packNpmManually": false,
  19. "minifyWXSS": true,
  20. "localPlugins": false,
  21. "disableUseStrict": false,
  22. "condition": false,
  23. "swc": false,
  24. "disableSWC": true
  25. },
  26. "compileType": "miniprogram",
  27. "simulatorPluginLibVersion": {},
  28. "packOptions": {
  29. "ignore": [],
  30. "include": []
  31. },
  32. "appid": "wx8246d27305af5834",
  33. "editorSetting": {},
  34. "libVersion": "3.8.3"
  35. }