Skip to content

Commit a60d88d

Browse files
authored
docs(configuration): add output.environment.document (#7374)
1 parent bea8b9f commit a60d88d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/configuration/output.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ module.exports = {
488488
const: true,
489489
// The environment supports destructuring ('{ a, b } = obj').
490490
destructuring: true,
491+
// The environment supports 'document' variable.
492+
document: true,
491493
// The environment supports an async import() function to import EcmaScript modules.
492494
dynamicImport: false,
493495
// The environment supports an async import() when creating a worker, only for web targets at the moment.

0 commit comments

Comments
 (0)