fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

transpiled modules wont update with HMR #150

Closed twltwl closed 6 years ago

twltwl commented 6 years ago

Using local transpiled modules (with next-plugin-transpile-modules) and next-routes breaks HMR inside transpiled module. Renders fine on full reload.

This works fine with normal next request handler.

my bad, error in implementation :)