Skip to content

Commit fcf8ae1

Browse files
committed
fix(build): Add babelify config in package.json
2 parents edd7633 + b0fbe72 commit fcf8ae1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
"src/*.js"
8989
]
9090
},
91+
"browserify": {
92+
"transform": [
93+
"babelify"
94+
]
95+
},
9196
"config": {
9297
"commitizen": {
9398
"path": "node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)