Skip to content

Commit 8728f40

Browse files
committed
only convert modules to commonjs - no need for es2015
1 parent 124d2a7 commit 8728f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets" : ["es2015"]
2+
"plugins": ["transform-es2015-modules-commonjs"]
33
}

0 commit comments

Comments
 (0)