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 98f30e8 commit 511e0e7Copy full SHA for 511e0e7
src/child/child-require.ts
@@ -14,7 +14,7 @@ if (Array.isArray(_process._events.warning)) {
14
_process._events.warning = onWarning;
15
}
16
17
-const messageMatch = /--(?:experimental-)?loader\b/;
+const messageMatch = /(?:--(?:experimental-)?loader\b|\bCustom ESM Loaders\b)/;
18
function onWarning(this: any, warning: Error, ...rest: any[]) {
19
// Suppress warning about how `--loader` is experimental
20
if (
0 commit comments