project.config.json 592 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.1.5",
  22. "appid": "wx3b82801238ca1b57",
  23. "projectname": "CRMEB标准版-v5.2.2",
  24. "condition": {},
  25. "editorSetting": {
  26. "tabIndent": "insertSpaces",
  27. "tabSize": 2
  28. }
  29. }