project.config.json 1.4 KB

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