Skip to content

Commit b11f6f8

Browse files
authored
docs: update node option type (#7199)
1 parent 05839e5 commit b11f6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ W> As of webpack 5, You can configure only `global`, `__filename` or `__dirname`
2121

2222
## node
2323

24-
`boolean: false` `object`
24+
`false` `object`
2525

2626
**webpack.config.js**
2727

@@ -36,7 +36,7 @@ module.exports = {
3636
};
3737
```
3838

39-
Since webpack 3.0.0, the `node` option may be set to `false` to completely turn off the `NodeStuffPlugin` plugin.
39+
The `node` option may be set to `false` to completely turn off the `NodeStuffPlugin` plugin.
4040

4141
## node.global
4242

0 commit comments

Comments
 (0)