Skip to content

Commit d9e3029

Browse files
jamesgpearcehzoo
authored andcommittedMay 23, 2016
babelify in quotes in example (#198)
...to be consistent with rest of doc
1 parent 2728279 commit d9e3029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ specify options then you can use:
186186
Another solution (proceed with caution!) is to run babelify as a [global](https://github.com/substack/node-browserify#btransformtr-opts) transform. Use the babel [`ignore` option](http://babeljs.io/docs/usage/options/) to narrow the number of files transformed:
187187

188188
```js
189-
browserify().transform(babelify, {
189+
browserify().transform("babelify", {
190190
global: true,
191191
ignore: /\/node_modules\/(?!app\/)/
192192
});

0 commit comments

Comments
 (0)
Please sign in to comment.