luckyframework/lucky_cli

Add babel's transform-class-properties to laravel config by default.

Aperta

#709 aperta il 27 lug 2018

 (0 commenti) (0 reazioni) (0 assegnatari)HTML (49 fork)auto 404
good first issue

Metriche repository

Star
 (92 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor