♫
📌 canary ▾
next.js
/
test
/
integration
/
babel-custom
/
fixtures
/
targets-string
/
.babelrc
.babelrc
13 lines
138 B
{
"presets": [
[
"next/babel",
{
"preset-env": {
"targets": "chrome>71"
}
}
]
]
}
v2.0.0
/
Go
SIGN IN