luckyframework/lucky_cli

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

Open

#709 opened on Jul 27, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (49 forks)auto 404
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"
  ]
}

Contributor guide