project.config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "compileType": "miniprogram",
  29. "simulatorType": "wechat",
  30. "simulatorPluginLibVersion": {},
  31. "condition": {},
  32. "editorSetting": {
  33. "tabIndent": "insertSpaces",
  34. "tabSize": 4
  35. },
  36. "libVersion": "2.24.5",
  37. "packOptions": {
  38. "ignore": [],
  39. "include": []
  40. },
  41. "appid": "wxc42df73f9710a566",
  42. "projectname": "mg-vending-machine-applets-manage",
  43. "useIsolateContext": true,
  44. "userConfirmedBundleSwitch": false,
  45. "packNpmManually": false,
  46. "packNpmRelationList": [],
  47. "minifyWXSS": true,
  48. "disableUseStrict": false,
  49. "minifyWXML": true,
  50. "showES6CompileOption": false,
  51. "useCompilerPlugins": false,
  52. "ignoreUploadUnusedFiles": true,
  53. "useStaticServer": true
  54. },
  55. "compileType": "miniprogram",
  56. "simulatorType": "wechat",
  57. "simulatorPluginLibVersion": {},
  58. "editorSetting": {
  59. "tabIndent": "insertSpaces",
  60. "tabSize": 4
  61. },
  62. "condition": {},
  63. "libVersion": "2.24.5",
  64. "packOptions": {
  65. "ignore": [],
  66. "include": []
  67. },
  68. "appid": "wxc42df73f9710a566"
  69. }