project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  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. "useMultiFrameRuntime": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "enableEngineNative": false,
  37. "minifyWXSS": true
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "2.14.0",
  41. "appid": "wxf03992f89597d2dd",
  42. "projectname": "%E8%AE%A4%E8%B4%AD%E7%94%B5%E5%8D%95%E8%BD%A6",
  43. "debugOptions": {
  44. "hidedInDevtools": []
  45. },
  46. "scripts": {},
  47. "isGameTourist": false,
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {
  51. "search": {
  52. "list": []
  53. },
  54. "conversation": {
  55. "list": []
  56. },
  57. "game": {
  58. "list": []
  59. },
  60. "plugin": {
  61. "list": []
  62. },
  63. "gamePlugin": {
  64. "list": []
  65. },
  66. "miniprogram": {
  67. "list": []
  68. }
  69. }
  70. }