Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"http-server": "^14.1.1",
"husky": "^8.0.1",
"hyperlink": "^5.0.4",
"jest": "^28.1.2",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"markdownlint": "^0.26.0",
Expand Down Expand Up @@ -157,7 +157,7 @@
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.3.0",
"react-spring": "^9.4.5",
"react-spring": "^9.5.0",
"react-tiny-popover": "5",
"react-use": "^17.4.0",
"react-visibility-sensor": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/content/configuration/module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ module.exports = {

`string`

指定模块应放置在哪个 layer。
指定模块应放置在哪个 layer。一组模块可以统一在一个 layer 中,然后可以被用在 [split chunks](/plugins/split-chunks-plugin/#splitchunkslayer)、[stats](/configuration/stats/#statsgroupmodulesbylayer) 或者 [entry options](/configuration/entry-context/#entry-descriptor)。

**webpack.config.js**

Expand Down
Loading