After upgrading to Webpack 2.x
, I'm getting this error, during compilation and re-compilation (in HMR mode):
(SystemJS) Error: ENOENT: no such file or directory, open ...
Have anybody found a way to fix that? Here is the source code:
https://github.com/kriasoft/react-static-boilerplate/tree/webpack2 (see PR #102)