Skip to content

Commit 1b09e3d

Browse files
committed
chore: update Babel to v7
Update update and related packages to v7 beta. Changes: * Migrate to `@babel/*` packages * Use `@babel/preset-env` instead of `env` preset * Remove unecessary browserlist config in `.babelrc` config * Update Yarn lockfiles
1 parent 07348e7 commit 1b09e3d

File tree

4 files changed

+2603
-2166
lines changed

4 files changed

+2603
-2166
lines changed

.babelrc

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{
2-
"presets": [
3-
["env", {
4-
"targets": {
5-
"browsers": [
6-
"last 2 versions",
7-
"ie >= 9",
8-
"ios >= 7",
9-
"android >= 4.4"
10-
]
11-
}
12-
}]
13-
]
2+
"presets": [ "@babel/preset-env" ]
143
}

0 commit comments

Comments
 (0)