Skip to content

Commit b1f4b20

Browse files
committed
➕ (build) adds core-js in attempt to resolve IE11 issue
1 parent ab6c6cb commit b1f4b20

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"presets": [
33
[
4-
"@babel/preset-env"
4+
"@babel/preset-env",
5+
{
6+
"useBuiltIns": "usage",
7+
"corejs": "3.6"
8+
}
59
]
610
]
711
}

0 commit comments

Comments
 (0)