luckyframework/lucky_cli

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

Offen

#709 geöffnet am 27.07.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (49 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (92 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide