In order to use ES Class Fields & Static Properties.
Here is my environment
react-rails-1.3.1
babel-transpiler-0.7.0
application.rb sets
config.react.jsx_transform_options = {
plugins: ['transform-class-properties']
}
got an error message ReferenceError: Unknown plugin "transform-class-properties". What's wrong here? Thanks.