Releases: martpie/next-transpile-modules
Releases · martpie/next-transpile-modules
2.3.0
- Fix compatibility with Next.js 8.1.0
2.2.0
- Fix scoped packages not working on Windows
- Fix hot reloading on Windows
1.3.0
- Fix scoped packages not working on Windows
- Fix hot reloading on Windows
2.1.0
- Fix conflicts with plugins modifying
webpackDevMiddleware
too
1.2.0
- Fix conflicts with plugins modifying
webpackDevMiddleware
too
2.0.0
- ⚠️ 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
- Improve externals dependencies resolution (all credits to @azizhk)
- Added ESlint as code linter
1.0.0
- 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
- Fix hot reloading when transpiling multiple packages
0.1.2
- Safer solution to watch for modules changes with webpackDevMiddleware (less chances of conflicts with other plugins.