Make babel exclude test files

Based on the documentation, you should be able to write .babelrc

{
  "ignore": [
    "**/*.test.js"
  ]
}

However, I was able to verify that this does not seem to work. I tried it with version 6.5.1 (babel-core 6.5.2).

At the same time, the following does work:

babel src --out-dir build --ignore '**/*.test.js'

That is the same glob pattern as written in the .babelrc file. If you install any glob library from npm you’ll find that this glob pattern would work (that is how I came up with it…I do not currently use babel).

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)