project.config.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": true,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": true,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": true,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. <<<<<<< HEAD
  31. "compileType": "miniprogram",
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {},
  35. "editorSetting": {
  36. "tabIndent": "insertSpaces",
  37. "tabSize": 4
  38. },
  39. "libVersion": "2.24.5",
  40. "packOptions": {
  41. "ignore": [],
  42. "include": []
  43. },
  44. "appid": "wxc42df73f9710a566",
  45. "projectname": "mg-vending-machine-applets-manage"
  46. =======
  47. "useIsolateContext": true,
  48. "userConfirmedBundleSwitch": false,
  49. "packNpmManually": false,
  50. "packNpmRelationList": [],
  51. "minifyWXSS": true,
  52. "disableUseStrict": false,
  53. "minifyWXML": true,
  54. "showES6CompileOption": false,
  55. "useCompilerPlugins": false,
  56. "ignoreUploadUnusedFiles": true
  57. },
  58. "compileType": "miniprogram",
  59. "simulatorType": "wechat",
  60. "simulatorPluginLibVersion": {},
  61. "editorSetting": {
  62. "tabIndent": "insertSpaces",
  63. "tabSize": 4
  64. },
  65. "libVersion": "2.24.5",
  66. "packOptions": {
  67. "ignore": [],
  68. "include": []
  69. },
  70. "appid": "wxc42df73f9710a566",
  71. "condition": {}
  72. }