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"
]
}