Is it possible to support syntax error overlay in webpack-bundle?
It is implemented in webpack-hot-middleware: webpack/webpack-hot-middleware#9
or Create React App: facebook/create-react-app#744
I did try to use webpack-error-notification plugin but error overlay displayed directly in browser seems like better solution.