Sign in
chromium
/
external
/
github.com
/
WebKit
/
Speedometer
/
refs/heads/3.1-custom-css
/
.
/
resources
/
todomvc
/
architecture-examples
/
react-redux
/
babel.config.js
blob: 997b25334bc5c94177747d64ab030af85c7adeb7 [
file
] [
log
] [
blame
] [
edit
]
// This file is used for Jest to function properly.
module
.
exports
=
{
presets
:
[
[
"@babel/preset-env"
,
{
targets
:
"defaults"
}],
[
"@babel/preset-react"
,
{
runtime
:
"automatic"
}],
],
};