project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "2.19.5",
  45. "appid": "wxb4c0527aa20a6e9a",
  46. "projectname": "AI_change",
  47. "debugOptions": {
  48. "hidedInDevtools": []
  49. },
  50. "scripts": {},
  51. "staticServerOptions": {
  52. "baseURL": "",
  53. "servePath": ""
  54. },
  55. "isGameTourist": false,
  56. "condition": {
  57. "search": {
  58. "list": []
  59. },
  60. "conversation": {
  61. "list": []
  62. },
  63. "game": {
  64. "list": []
  65. },
  66. "plugin": {
  67. "list": []
  68. },
  69. "gamePlugin": {
  70. "list": []
  71. },
  72. "miniprogram": {
  73. "list": []
  74. }
  75. }
  76. }