Use a standard .babelignore and babel-register. (#5555)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
const register = require("babel-register").default;
|
||||
|
||||
register({
|
||||
extensions: [".js"],
|
||||
// Only js files in the test folder but not in the subfolder fixtures.
|
||||
only: [/packages\/.+\/test\/(?!fixtures\/).+\.js$/],
|
||||
compact: true,
|
||||
});
|
||||
Reference in New Issue
Block a user