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