Plugin doesn't works in Webpack 5
felixmosh opened this issue · 0 comments
felixmosh commented
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:
- NormalModuleFactory
afterResolve
doesn't have loaders list - The entire watchRun block works differently in Webpack 5