mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
fix(v2): fix Webpack persistent caching (evict on swizzle/alias/config change) (#5047)
* webpack upgrade * refactor docusaurus-utils hash fns * Fix webpack cache eviction problems on config/aliases/swizzle changes * Move/Rename InitPlugin type * fix TS typos * Add tests for webpack aliases * fix windows tests
This commit is contained in:
parent
9916a0b4a4
commit
99270dbab2
38 changed files with 274 additions and 169 deletions
|
@ -44,7 +44,7 @@
|
|||
"shelljs": "^0.8.4",
|
||||
"tslib": "^2.2.0",
|
||||
"utility-types": "^3.10.0",
|
||||
"webpack": "^5.37.0"
|
||||
"webpack": "^5.40.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue