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 08032b1 commit 9189ab8Copy full SHA for 9189ab8
src/index.js
@@ -862,7 +862,7 @@ class MiniCssExtractPlugin {
862
'err.code = "CSS_CHUNK_LOAD_FAILED";',
863
"err.type = errorType;",
864
"err.request = realHref;",
865
- "if(linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)",
+ "if (linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)",
866
"reject(err);",
867
]),
868
"}",
0 commit comments