project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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": true,
  29. "useApiHostProcess": true,
  30. "babelSetting": {
  31. "ignore": [],
  32. "disablePlugins": [],
  33. "outputPath": ""
  34. },
  35. "enableEngineNative": false,
  36. "useIsolateContext": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true,
  41. "disableUseStrict": false,
  42. "minifyWXML": true,
  43. "showES6CompileOption": false,
  44. "useCompilerPlugins": false
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.14.3",
  48. "appid": "wx5fb1cc8edb3f8baa",
  49. "projectname": "crmeb_merchant_h5",
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "srcMiniprogramRoot": "unpackage/dist/build/mp-weixin/",
  53. "editorSetting": {
  54. "tabIndent": "insertSpaces",
  55. "tabSize": 2
  56. },
  57. "condition": {}
  58. }