luckyframework/lucky_cli
Add babel's transform-class-properties to laravel config by default.
开放
#709 创建于 2018年7月27日
good first issue
仓库指标
- 星标
- (92 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
This would be done by add the babel-plugins-transform-class-properties package to package.json and adding a .babelrc file at the root with following:
{
"plugins": [
"transform-class-properties"
]
}