project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": true,
  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": false,
  21. "useMultiFrameRuntime": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "useIsolateContext": true,
  28. "useCompilerModule": true,
  29. "userConfirmedUseCompilerModuleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "lazyloadPlaceholderEnable": false,
  33. "userConfirmedBundleSwitch": false,
  34. "minifyWXSS": true,
  35. "disableUseStrict": false,
  36. "showES6CompileOption": false,
  37. "useCompilerPlugins": false,
  38. "ignoreUploadUnusedFiles": true,
  39. "minifyWXML": true,
  40. "useStaticServer": true
  41. },
  42. "compileType": "miniprogram",
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {},
  46. "editorSetting": {
  47. "tabIndent": "insertSpaces",
  48. "tabSize": 4
  49. },
  50. "libVersion": "2.24.5",
  51. "packOptions": {
  52. "ignore": [],
  53. "include": []
  54. },
  55. "appid": "wxc42df73f9710a566",
  56. "projectname": "mg-vending-machine-applets-manage"
  57. }