8.0.0
Following the Next.js 11 announcement, next-transpile-modules
v8 is here. Technically v7 should work fine, but there was a default change, so I mark this as a major version.
The breaking changes are indicated by the
Webpack 5 enabled by default ⚠️
If you don't have any webpack5
key in your next.config.js
, next-transpile-modules
will assume you use Webpack 5.
If you already have Webpack 5 enabled, nothing changes for you. If you want to stick with Webpack 4, you can see how to disable Webpack 5 here.
It is of course strongly recommended to upgrade to Webpack 5, as it brings substantial improvements to compilation time!
next-transpile-modules
will keep supporting Webpack 4 as long as Next.js does, and we'll gladly kill it with fire when Next.js won't support it no more :)
Cheers!