Skip to content

Releases: martpie/next-transpile-modules

2.3.0

17 Apr 08:14
Compare
Choose a tag to compare
  • Fix compatibility with Next.js 8.1.0

2.2.0

05 Mar 19:48
Compare
Choose a tag to compare
  • Fix scoped packages not working on Windows
  • Fix hot reloading on Windows

1.3.0

05 Mar 19:46
Compare
Choose a tag to compare
  • Fix scoped packages not working on Windows
  • Fix hot reloading on Windows

2.1.0

01 Mar 20:14
Compare
Choose a tag to compare
  • Fix conflicts with plugins modifying webpackDevMiddleware too

1.2.0

01 Mar 20:12
Compare
Choose a tag to compare
  • Fix conflicts with plugins modifying webpackDevMiddleware too

2.0.0

12 Feb 14:03
Compare
Choose a tag to compare
  • ⚠️ Breaking change: fixed hot reloading with Next.js 8, this change does not work for previous versions of Next.js.
  • Add Circle CI checks

Thanks @sebastiandedeyne for your help!

1.1.0

28 Jan 12:48
Compare
Choose a tag to compare
  • Improve externals dependencies resolution (all credits to @azizhk)
  • Added ESlint as code linter

1.0.0

04 Dec 12:57
6876fbf
Compare
Choose a tag to compare
  • Bumped the version to major, the plugin is stable enough. There are no breaking changes
  • Add a FAQ for common problems
  • Typos in the code
  • Don't publish unused files

0.1.3

16 Oct 14:21
Compare
Choose a tag to compare
  • Fix hot reloading when transpiling multiple packages

0.1.2

24 Sep 08:11
Compare
Choose a tag to compare
  • Safer solution to watch for modules changes with webpackDevMiddleware (less chances of conflicts with other plugins.