Skip to content

Commit b0fbe72

Browse files
committed
fix(build): Add babelify to browserify config in package.json
1 parent a732084 commit b0fbe72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
]
8282
},
8383
"browserify": {
84+
"transform": [
85+
"babelify"
86+
]
8487
},
8588
"config": {
8689
"commitizen": {

0 commit comments

Comments
 (0)