We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de61945 commit 15b959dCopy full SHA for 15b959d
src/index.js
@@ -354,7 +354,6 @@ class MiniCssExtractPlugin {
354
'}',
355
'var linkTag = document.createElement("link");',
356
'linkTag.rel = "supportsPreload ? "preload": "stylesheet";',
357
- 'console.log("supportsPreload: ", supportsPreload);',
358
'supportsPreload ? linkTag.as = "style" : linkTag.type = "text/css";',
359
'linkTag.onload = resolve;',
360
'linkTag.onerror = function(event) {',
0 commit comments