project.config.json 1.1 KB

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