project.config.json 1.7 KB

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