I'm having this issue, the project is good until i have push in repository, now the project wich is working in my machine is not working when i clone from repository in another dir.
- Error loading /Users/armend/Dropbox/htdocs/testapp/betconsole/lodash as "lodash" from /Users/armend/Dropbox/htdocs/testapp/betconsole/node_modules/html-webpack-plugin/lib/loader .js:
- Error: (SystemJS) ENOENT: no such file or directory, open '/Users/armend/Dropbox/htdocs/testapp/betconsole/lodash'
- Error: ENOENT: no such file or directory, open '/Users/armend/Dropbox/htdocs/testapp/betconsole/lodash'


i'm running on Node v6.2.0, npm 3.8.9, webpack 2
Found issue downgrading postcss-import to 8.1.0 solve this problem!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Found issue downgrading postcss-import to 8.1.0 solve this problem!