Skip to content

Commit f2422fa

Browse files
committed
Move to modern Babel setup
1 parent e7dbf81 commit f2422fa

File tree

5 files changed

+1295
-975
lines changed

5 files changed

+1295
-975
lines changed

.babelrc

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"presets": [
3-
[
4-
"env",
5-
{
6-
"modules": false
7-
}
8-
],
9-
"stage-3"
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"esmodules": false
8+
}
9+
}
1010
]
11-
}
11+
],
12+
"plugins": ["@babel/plugin-transform-runtime"]
13+
}

0 commit comments

Comments
 (0)