luckyframework/lucky_cli
Add babel's transform-class-properties to laravel config by default.
Aberta
#709 aberto em 27 de jul. de 2018
good first issue
Métricas do repositório
- Stars
- (92 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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"
]
}