Created by: Timer
An updated version of webpack was just released which fixes cheap source maps (line numbers) when using harmony module imports. The babel feature can now be disabled and reliance shifted back onto webpack@2 to handle modules.
Validated by making crash overlay throw an error and having the correct line number appear.
This PR also upgrades other deps in spirit of trying newer versions in alpha releases. I did check the upgrades and most seemed to be bug fixes, which is good. Autoprefixer is one we should always try to keep up to date.