fix: fix hot update error #1071 (#1072)

This commit is contained in:
conghuhu
2022-08-29 13:45:31 +08:00
committed by GitHub
parent 11b8b65ca0
commit 674d1619dd
5 changed files with 3574 additions and 5476 deletions

17
web/babel.config.json Normal file
View File

@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage",
"corejs": "3.6.5"
}
]
]
}