project.config.json 1.7 KB

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