project.config.json 1.6 KB

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