babel/packages/babel-helper-create-class-features-plugin
Nicolò Ribaudo a24206eb96
Fix error for decorators not enabled (#9321)
* Fix error for decorators not enabled

* Update error message
2019-01-13 00:35:22 +01:00
..
2018-12-20 12:18:31 +01:00

@babel/plugin-class-features

Compile class public and private fields, private methods and decorators to ES6

See our website @babel/plugin-class-features for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-class-features

or using yarn:

yarn add @babel/plugin-class-features --dev