Skip to content

Commit 8c36dac

Browse files
author
xD3VHAX
committed
Replace preset-es2015 by preset-env
1 parent 57bc831 commit 8c36dac

File tree

3 files changed

+111
-791
lines changed

3 files changed

+111
-791
lines changed

.babelrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"presets": [
3-
"es2015",
3+
[
4+
"env", {
5+
"targets": {
6+
"node": "current"
7+
}
8+
}],
49
"react"
510
],
611
"plugins": [

0 commit comments

Comments
 (0)