ReferenceError: window is not defined
Closed this issue · 3 comments
willin commented
isOldIE = memoize(function() {
return /msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase());
}),
bebraw commented
Where is that coming from? I don't see that in css-loader.
psimyn commented
looks like it comes from style-loader https://github.com/webpack/style-loader/blob/master/addStyles.js#L13
Dupe of this I suspect webpack-contrib/style-loader#109
@willin is style-loader output being used for server-side code?