File tree Expand file tree Collapse file tree 3 files changed +419
-424
lines changed
src/content/configuration Expand file tree Collapse file tree 3 files changed +419
-424
lines changed Original file line number Diff line number Diff line change 106
106
"http-server" : " ^14.1.1" ,
107
107
"husky" : " ^8.0.1" ,
108
108
"hyperlink" : " ^5.0.4" ,
109
- "jest" : " ^28.1.2 " ,
109
+ "jest" : " ^28.1.3 " ,
110
110
"lint-staged" : " ^13.0.3" ,
111
111
"lodash" : " ^4.17.21" ,
112
112
"markdownlint" : " ^0.26.0" ,
157
157
"react-dom" : " ^17.0.2" ,
158
158
"react-helmet-async" : " ^1.3.0" ,
159
159
"react-router-dom" : " ^6.3.0" ,
160
- "react-spring" : " ^9.4.5 " ,
160
+ "react-spring" : " ^9.5.0 " ,
161
161
"react-tiny-popover" : " 5" ,
162
162
"react-use" : " ^17.4.0" ,
163
163
"react-visibility-sensor" : " ^5.0.2" ,
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ module.exports = {
537
537
538
538
` string `
539
539
540
- 指定模块应放置在哪个 layer。
540
+ 指定模块应放置在哪个 layer。一组模块可以统一在一个 layer 中,然后可以被用在 [ split chunks ] ( /plugins/split-chunks-plugin/#splitchunkslayer ) 、 [ stats ] ( /configuration/stats/#statsgroupmodulesbylayer ) 或者 [ entry options ] ( /configuration/entry-context/#entry-descriptor ) 。
541
541
542
542
** webpack.config.js**
543
543
You can’t perform that action at this time.
0 commit comments