I\'ve started using webpack2 (to be precise, v2.3.2) and after re-creating my config I keep running into an issue I can\'t seem to solve I get (sorry in advance
v2.3.2
Turned out to be an issue with Webpack just not resolving an import - talk about horrible horrible error messages :(
// Had to change import DoISuportIt from 'components/DoISuportIt'; // To (notice the missing `./`) import DoISuportIt from './components/DoISuportIt';