luckyframework/lucky_cli
View on GitHubAdd babel's transform-class-properties to laravel config by default.
Open
#709 opened on Jul 27, 2018
good first issue
Repository metrics
- Stars
- (92 stars)
- PR merge metrics
- (PR metrics pending)
Description
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"
]
}