project.config.json 511 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "miniprogramRoot": "./dist/",
  11. "compileType": "miniprogram",
  12. "appid": "wx192ce3e8a147df77",
  13. "projectname": "mhk_wx",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "game": {
  24. "currentL": -1,
  25. "list": []
  26. },
  27. "miniprogram": {
  28. "current": -1,
  29. "list": []
  30. }
  31. }
  32. }