felixmosh/i18next-hmr

Plugin doesn't works in Webpack 5

felixmosh opened this issue · 0 comments

Describe the bug
There is not watch detection in webpack 5 since it changed the way it watches folders

Desktop (please complete the following information):

  • OS: macOS
  • Version: 1.x

Additional context
Seems that there are 2 issues:

  1. NormalModuleFactory afterResolve doesn't have loaders list
  2. The entire watchRun block works differently in Webpack 5