project.config.json 1.5 KB

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