Nicolò Ribaudo 5979b0669b
Merge class features plugins
* Create @babel/plugin-class-features

* Move class properties transformation logic to enanced-classes (#8130)
2018-11-20 21:14:35 +01:00

20 lines
407 B
Markdown

# @babel/plugin-class-features
> Compile class public and private fields, private methods and decorators to ES6
See our website [@babel/plugin-class-features](https://babeljs.io/docs/en/next/babel-plugin-class-features.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-class-features
```
or using yarn:
```sh
yarn add @babel/plugin-class-features --dev
```