project.config.json 715 B

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