Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 35ad7fa

Browse files
committed
fix(babel): transpile modules to CJS
1 parent 927ec42 commit 35ad7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
"env",
55
{
6-
"modules": false,
6+
"modules": "commonjs",
77
"useBuiltIns": true,
88
"targets": {
99
"node": 4.3

0 commit comments

Comments
 (0)