project.config.json 791 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "ignoreUploadUnusedFiles": false
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "2.30.3",
  23. "appid": "wx250f49ea2e0925fc",
  24. "projectname": "motor-scores-app",
  25. "condition": {
  26. "miniprogram": {
  27. "list": [
  28. {
  29. "name": "test",
  30. "pathName": "pages/index/index",
  31. "query": ""
  32. }
  33. ]
  34. }
  35. },
  36. "editorSetting": {
  37. "tabIndent": "insertSpaces",
  38. "tabSize": 2
  39. }
  40. }