Combining two ES6+ features – arrow functions and property initializers
使用babel插件
npm install babel-plugin-transform-class-properties --save
// .babelrc
{
"plugins": ["transform-class-properties"]
}
Combining two ES6+ features – arrow functions and property initializers
使用babel插件
npm install babel-plugin-transform-class-properties --save
// .babelrc
{
"plugins": ["transform-class-properties"]
}