lucky_cli icon indicating copy to clipboard operation
lucky_cli copied to clipboard

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

Open mikeeus opened this issue 7 years ago • 0 comments

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

mikeeus avatar Jul 27 '18 15:07 mikeeus