Skip to content

Commit 9a8c04c

Browse files
committed
support tree-shaking
1 parent 9035191 commit 9a8c04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"babel": {
7070
"presets": [
7171
[
72-
"es2015"
72+
"es2015",
73+
{ "modules": false }
7374
]
7475
]
7576
},

0 commit comments

Comments
 (0)