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 756f53f commit dac3194Copy full SHA for dac3194
lib/internal/modules/esm/hooks.js
@@ -647,7 +647,7 @@ function pluckHooks({
647
} else if (globalPreload) { // TODO(JakobJingleheimer): Remove this when loaders go "stable".
648
process.emitWarning(
649
'`globalPreload` has been removed; use `initialize` instead.',
650
- 'DeprecationWarning',
+ 'UnsupportedWarning',
651
);
652
}
653
0 commit comments