We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57bb16 commit cbd6934Copy full SHA for cbd6934
1 file changed
README.md
@@ -19,7 +19,7 @@ $ npm install --save-dev babelify@8 babel-core
19
### CLI
20
21
```sh
22
- $ browserify script.js -o bundle.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] ]
+$ browserify script.js -o bundle.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] --plugins [ @babel/plugin-transform-class-properties ] ]
23
```
24
25
### Node
0 commit comments