project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": false,
  22. "useApiHook": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "enableEngineNative": false,
  29. "bundle": false,
  30. "useIsolateContext": true,
  31. "useCompilerModule": true,
  32. "userConfirmedUseCompilerModuleSwitch": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true
  37. },
  38. "compileType": "game",
  39. "libVersion": "2.33.0",
  40. "appid": "wx5965ee8a9321cbf3",
  41. "projectname": "proud77",
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {},
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "game": {
  52. "currentL": -1,
  53. "list": []
  54. },
  55. "miniprogram": {
  56. "list": []
  57. }
  58. }
  59. }