next-plugin-custom-babel-config icon indicating copy to clipboard operation
next-plugin-custom-babel-config copied to clipboard

Allows custom babel configuration path for next.js projects (and workspaces)

Results 2 next-plugin-custom-babel-config issues
Sort by recently updated
recently updated
newest added

Version 1.0.5 of this plugin does not support Next.js 12 because of two changes: 1. Next.js 12 uses a nested webpack configuration where the `config.module.rules` no longer directly contains the...

Next.js 12 requires another set of changes in order to keep this plugin working. Just like I did with Next.js 11 support, I added the necessary code to make it...