Skip to content

Commit 114f01c

Browse files
committed
Use the add-module-exports plugin
This prevents users from needing require("lib").default.
1 parent 5063e90 commit 114f01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}]
99
],
1010
"plugins": [
11+
"add-module-exports",
1112
"transform-regenerator",
1213
"transform-object-rest-spread"
1314
],

0 commit comments

Comments
 (0)