project.config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "description": "Project configuration file",
  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. "enableEngineNative": false,
  32. "bundle": false,
  33. "useIsolateContext": true,
  34. "useCompilerModule": true,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.12.2",
  43. "appid": "wx8551d91392a2ea86",
  44. "projectname": "miniprogram-1",
  45. "debugOptions": {
  46. "hidedInDevtools": []
  47. },
  48. "scripts": {},
  49. "isGameTourist": false,
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "search": {
  54. "list": []
  55. },
  56. "conversation": {
  57. "list": []
  58. },
  59. "game": {
  60. "list": []
  61. },
  62. "plugin": {
  63. "list": []
  64. },
  65. "gamePlugin": {
  66. "list": []
  67. },
  68. "miniprogram": {
  69. "list": []
  70. }
  71. }
  72. }