.babelrc ignore field seems to be ignored

前端 未结 1 437
情书的邮戳
情书的邮戳 2021-02-12 23:20

I\'ve got a .babelrc file at the root of a project:

{
  \"presets\": [\"es2015\"],
  \"ignore\": [
    \"src\"
  ]
}

When I compil

1条回答
  •  [愿得一人]
    2021-02-12 23:35

    This was an issue with babel-cli.

    It has been fixed in v6.14.0. Here is the changelog for this version: https://github.com/babel/babel/releases/tag/v6.14.0

    0 讨论(0)
提交回复
热议问题