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.document
1 parent bea8b9f commit a60d88dCopy full SHA for a60d88d
src/content/configuration/output.mdx
@@ -488,6 +488,8 @@ module.exports = {
488
const: true,
489
// The environment supports destructuring ('{ a, b } = obj').
490
destructuring: true,
491
+ // The environment supports 'document' variable.
492
+ document: true,
493
// The environment supports an async import() function to import EcmaScript modules.
494
dynamicImport: false,
495
// The environment supports an async import() when creating a worker, only for web targets at the moment.
0 commit comments