project.config.json 741 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "postcss": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. },
  19. "condition": false,
  20. "ignoreUploadUnusedFiles": true
  21. },
  22. "compileType": "miniprogram",
  23. "libVersion": "3.0.1",
  24. "appid": "wxe7bdb2158aec1d71",
  25. "projectname": "爱罗山",
  26. "condition": {},
  27. "editorSetting": {
  28. "tabIndent": "insertSpaces",
  29. "tabSize": 4
  30. }
  31. }