angular-hot-loader icon indicating copy to clipboard operation
angular-hot-loader copied to clipboard

Doesn't work with devtool in any setting that is "eval"ed

Open roypeled opened this issue 7 years ago • 1 comments

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 avatar Jun 26 '17 09:06 roypeled

@roypeled, is this issue reproduce in different browsers? It seems that there are issues with eval'ed sourcemaps in Chrome.

vitaliy-bobrov avatar Jun 27 '17 21:06 vitaliy-bobrov