Skip to content

Commit 438c0f7

Browse files
author
raj kamal
committed
issue yuche#28 added babel to the transforms option as index.js and main.js are es6 files
1 parent 0354d4e commit 438c0f7

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
@@ -45,6 +45,9 @@
4545
},
4646
"browserify": {
4747
"transform": [
48+
[
49+
"babelify", { "presets": ["es2015"] }
50+
],
4851
[
4952
"vueify"
5053
]

0 commit comments

Comments
 (0)