Custom Babel Configuration
To customize your babel configuration, simply create a
.babelrc
with the desired configuration. Do not forget to add next/babel
preset into your configuration.{
"presets": [
"next/babel"
]
}
Last modified 4yr ago