Skip to content

Commit 1bd48e4

Browse files
committed
Update webpack/babel to the latest versions.
1 parent 5a6fa91 commit 1bd48e4

File tree

4 files changed

+2204
-1755
lines changed

4 files changed

+2204
-1755
lines changed

.babelrc

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"presets": [
3-
[
4-
"env", {
5-
"targets": {
6-
"browsers": [ "last 3 versions" ],
7-
"uglify": true
8-
}
9-
}
10-
]
3+
"@babel/preset-env"
114
]
12-
}
5+
}

0 commit comments

Comments
 (0)