4.0.0
Added support for Next.js 9.5
This is a breaking change, as the Next.js Webpack configuration was quite changed, and I did not want to maintain a compatibility layer based on the Next.js version. ;) This version is not compatible with next<4.5.0
.
So you don't have to do much to upgrade, apart from updating both your next
and next-transpile-modules
dependencies.
The support for Webpack 5 was also added, please consider it experimental as long as the Webpack 5 integration is experimental in Next.js.
Please report issues if you face any :)
Big thanks to @ScriptedAlchemy and @migatech2015 for helping with this release, and all the other persons involved in reviews and advices!