project.config.json 2.1 KB

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