luckyframework/lucky_cli

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

開放

#709 建立於 2018年7月27日

 (0 則留言) (0 個反應) (0 位負責人)HTML (49 個分叉)auto 404
good first issue

倉庫指標

星標
 (92 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南