Skip to content

Commit 2f8b72b

Browse files
authored
Merge pull request #1618 from docschina/sync-de1b0e4b
docs(en): merge webpack.js.org/master into webpack.js.org/cn @ de1b0e4
2 parents 952c96a + deafcf4 commit 2f8b72b

File tree

3 files changed

+419
-424
lines changed

3 files changed

+419
-424
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"http-server": "^14.1.1",
107107
"husky": "^8.0.1",
108108
"hyperlink": "^5.0.4",
109-
"jest": "^28.1.2",
109+
"jest": "^28.1.3",
110110
"lint-staged": "^13.0.3",
111111
"lodash": "^4.17.21",
112112
"markdownlint": "^0.26.0",
@@ -157,7 +157,7 @@
157157
"react-dom": "^17.0.2",
158158
"react-helmet-async": "^1.3.0",
159159
"react-router-dom": "^6.3.0",
160-
"react-spring": "^9.4.5",
160+
"react-spring": "^9.5.0",
161161
"react-tiny-popover": "5",
162162
"react-use": "^17.4.0",
163163
"react-visibility-sensor": "^5.0.2",

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ module.exports = {
537537

538538
`string`
539539

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

542542
**webpack.config.js**
543543

0 commit comments

Comments
 (0)