Skip to content

Commit b31f30f

Browse files
committed
1 parent 1c4fe50 commit b31f30f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"plugins": [ "add-module-exports" ],
3-
"presets": [ "es2015", "stage-2"]
3+
"presets": [
4+
[ "env", { "modules": false } ],
5+
"es2015",
6+
"stage-2"
7+
]
48
}

0 commit comments

Comments
 (0)