♫
📌 canary ▾
next.js
/
test
/
integration
/
babel-custom
/
fixtures
/
babel-json5
/
.babelrc
.babelrc
13 lines
157 B
{
"presets": [
[
"next/babel",
{
"preset-env": {
"modules": "commonjs" // Here's a comment
}
}
]
]
}
v2.0.0
/
Go
SIGN IN