1
0

project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "description": "小程序配置",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": true,
  13. "autoAudits": true,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": true,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "showES6CompileOption": false
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "2.10.0",
  40. "appid": "wxb6b30b1b14ee502a",
  41. "projectname": "wx-mall",
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {},
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "list": []
  53. }
  54. }
  55. }