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.
output.environment.nodePrefixForCoreModules
1 parent be6b427 commit 489aeaaCopy full SHA for 489aeaa
src/content/configuration/output.mdx
@@ -496,6 +496,9 @@ module.exports = {
496
globalThis: true,
497
// The environment supports ECMAScript Module syntax to import ECMAScript modules (import ... from '...').
498
module: false,
499
+ // Determines if the node: prefix is generated for core module imports in environments that support it.
500
+ // This is only applicable to Webpack runtime code.
501
+ nodePrefixForCoreModules: false,
502
// The environment supports optional chaining ('obj?.a' or 'obj?.()').
503
optionalChaining: true,
504
// The environment supports template literals.
0 commit comments