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 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" ,
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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments