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 95caf72 commit 565e1bdCopy full SHA for 565e1bd
src/utils.js
@@ -1185,7 +1185,7 @@ export function c0ControlCodesExclude(source) {
1185
return { value, startOffset };
1186
}
1187
1188
-const webpackIgnoreCommentRegexp = /webpackIgnore:(\s+)?true/i;
+const webpackIgnoreCommentRegexp = /webpackIgnore:(\s+)?true/;
1189
1190
export function isWebpackIgnoreComment(node) {
1191
if (node.nodeName !== '#comment') {
0 commit comments