Skip to content

Commit cbd6934

Browse files
committed
Include an example of a plugin in the example.
1 parent d57bb16 commit cbd6934

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
@@ -19,7 +19,7 @@ $ npm install --save-dev babelify@8 babel-core
1919
### CLI
2020

2121
```sh
22-
$ browserify script.js -o bundle.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] ]
22+
$ browserify script.js -o bundle.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] --plugins [ @babel/plugin-transform-class-properties ] ]
2323
```
2424

2525
### Node

0 commit comments

Comments
 (0)