We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaddef commit 9843be5Copy full SHA for 9843be5
packages/react-dev-utils/formatWebpackMessages.js
@@ -46,7 +46,7 @@ function formatMessage(message, isError) {
46
if (threadLoaderIndex !== -1) {
47
return;
48
}
49
- if (line.indexOf('from thread-loader (worker') !== -1) {
+ if (/thread.loader/i.test(line)) {
50
threadLoaderIndex = index;
51
52
});
0 commit comments