project.config.json 1.5 KB

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