project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": false,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": true,
  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. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "useIsolateContext": true,
  31. "userConfirmedUseIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": true,
  34. "packNpmRelationList": [
  35. {
  36. "packageJsonPath": "./package.json",
  37. "miniprogramNpmDistDir": "./"
  38. }
  39. ],
  40. "minifyWXSS": true,
  41. "disableUseStrict": false,
  42. "minifyWXML": true,
  43. "showES6CompileOption": false,
  44. "useCompilerPlugins": false,
  45. "ignoreUploadUnusedFiles": true,
  46. "condition": false,
  47. "compileWorklet": false,
  48. "localPlugins": false,
  49. "swc": false,
  50. "disableSWC": true
  51. },
  52. "compileType": "game",
  53. "cloudfunctionTemplateRoot": "",
  54. "simulatorType": "wechat",
  55. "simulatorPluginLibVersion": {},
  56. "editorSetting": {
  57. "tabIndent": "insertSpaces",
  58. "tabSize": 2
  59. },
  60. "libVersion": "2.26.2",
  61. "packOptions": {
  62. "ignore": [],
  63. "include": []
  64. },
  65. "appid": "wxa0167e87cc5efae3",
  66. "projectname": "minigame-1",
  67. "condition": {
  68. "plugin": {
  69. "list": []
  70. },
  71. "game": {
  72. "list": []
  73. },
  74. "gamePlugin": {
  75. "list": []
  76. },
  77. "miniprogram": {
  78. "list": []
  79. }
  80. },
  81. "isGameTourist": false
  82. }