Nicolò Ribaudo 10978bb65a
[babel 8] Use the JSX automatic runtime by default (#12630)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Arun Kumar Mohan <arunmohandm@gmail.com>
2021-01-19 01:41:07 +01:00

12 lines
272 B
JSON

{
"presets": [
"../../babel-preset-env",
["../../babel-preset-react", { "runtime": "classic" }]
],
"plugins": [
"../../babel-plugin-transform-strict-mode",
"../../babel-plugin-transform-modules-commonjs"
],
"only": ["../../../packages/*/test"]
}