Skip to content

Commit a3ea77b

Browse files
committed
docs(README): update babelify usage
1 parent f9f0141 commit a3ea77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ browserify({ entries: glob.sync('./test/*_test.js'), debug: true })
126126
```
127127

128128
```
129-
$ $(npm bin)/browserify -d -e ./test/*_test.js -t [ babelify --plugins babel-plugin-espower ]
129+
$ $(npm bin)/browserify -d -e ./test/*_test.js -t [ babelify --presets ... --plugins babel-plugin-espower ]
130130
```
131131

132132

0 commit comments

Comments
 (0)