Skip to content

Commit 5029a90

Browse files
committed
Upgrade to webpack 7
1 parent a32b49e commit 5029a90

File tree

3 files changed

+1932
-992
lines changed

3 files changed

+1932
-992
lines changed

.babelrc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"presets": [
3-
["env", {
4-
"targets": {
5-
"browsers": ["last 2 versions", "ie >= 7"]
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"browsers": [
8+
"last 2 versions",
9+
"ie >= 7"
10+
]
11+
}
612
}
7-
}]
13+
]
814
],
915
"plugins": [
10-
"transform-object-rest-spread"
16+
"@babel/plugin-proposal-object-rest-spread"
1117
]
1218
}

0 commit comments

Comments
 (0)