project.config.json 604 B

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