babel/packages/babel-plugin-proposal-class-properties
James DiGioia eac4c5bc17 Add proposal flag to pipeline plugin (#8196)
This is going to be required so we can add support for other proposals,
as well as later set the accepted proposal as the default.

Update stage-0 and stage-1 presets with `pipelineProposal` to thread down to
the plugin.
2018-06-28 01:19:40 +02:00
..
2018-06-12 17:18:28 -04:00

@babel/plugin-proposal-class-properties

This plugin transforms static class properties as well as properties declared with the property initializer syntax

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

Install

Using npm:

npm install --save @babel/plugin-proposal-class-properties

or using yarn:

yarn add --save @babel/plugin-proposal-class-properties