project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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": true,
  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. "condition": false
  49. },
  50. "compileType": "miniprogram",
  51. "libVersion": "2.19.6",
  52. "appid": "wxed5ed92d709605cf",
  53. "projectname": "miniprogram-92",
  54. "condition": {},
  55. "editorSetting": {
  56. "tabIndent": "insertSpaces",
  57. "tabSize": 2
  58. }
  59. }