Skip to content

4.0.0

Compare
Choose a tag to compare
@martpie martpie released this 27 Jul 18:39
· 319 commits to master since this release

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!