angular-hot-loader
angular-hot-loader copied to clipboard
Doesn't work with devtool in any setting that is "eval"ed
Cannot read property hot of undefined
When running webpack with devtool in eval mode, the evaled code doesn't have access to webpack's module object.
@roypeled, is this issue reproduce in different browsers? It seems that there are issues with eval'ed sourcemaps in Chrome.