project.config.json 848 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "appid": "wxc0e0187692545ff1",
  3. "compileType": "miniprogram",
  4. "setting": {
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "uglifyFileName": false,
  9. "uploadWithSourceMap": true,
  10. "enhance": true,
  11. "packNpmManually": false,
  12. "packNpmRelationList": [],
  13. "minifyWXSS": true,
  14. "minifyWXML": true,
  15. "checkInvalidKey": true,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "disableUseStrict": false,
  22. "useStaticServer": true,
  23. "useCompilerPlugins": false
  24. },
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 2
  29. },
  30. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  31. "packOptions": {
  32. "ignore": [],
  33. "include": []
  34. }
  35. }