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

贡献者指南