How to debug SystemJS ENOENT such an error in Webpack 2.x?

After upgrading to Webpack 2.x, I get this error during compilation and recompilation (in HMR mode ):

(SystemJS) Error: ENOENT: no such file or directory, open ...

enter image description here

Has anyone found a way to fix this? Here is the source code :

https://github.com/kriasoft/react-static-boilerplate/tree/webpack2 (see PR # 102 )

+4
source share

Source: https://habr.com/ru/post/1648056/


All Articles