12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"presets": [
|
|
"../../babel-preset-env",
|
|
["../../babel-preset-react"]
|
|
],
|
|
"plugins": [
|
|
"../../babel-plugin-transform-strict-mode",
|
|
"../../babel-plugin-transform-modules-commonjs"
|
|
],
|
|
"only": ["../../../packages/*/test"]
|
|
}
|