luckyframework/lucky_cli

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

オープン

#709 opened on 2018/07/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (49 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (92 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド