Skip to content

Commit d9e3029

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)