refactor(babel-node): Refactor babel-node tests configuration (#11440)
This commit is contained in:
11
packages/babel-node/test/config.json
Normal file
11
packages/babel-node/test/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"presets": [
|
||||
"../../babel-preset-env",
|
||||
["../../babel-preset-react"]
|
||||
],
|
||||
"plugins": [
|
||||
"../../babel-plugin-transform-strict-mode",
|
||||
"../../babel-plugin-transform-modules-commonjs"
|
||||
],
|
||||
"only": ["../../../packages/*/test"]
|
||||
}
|
||||
Reference in New Issue
Block a user