project.config.json 1.5 KB

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