mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-26 06:49:12 +00:00
fix: lock webpack version
This commit is contained in:
parent
a1d83ae85e
commit
df077dec3e
14
web-chat/.pnpmfile.cjs
Normal file
14
web-chat/.pnpmfile.cjs
Normal file
@ -0,0 +1,14 @@
|
||||
function readPackage(pkg) {
|
||||
// Freeze webpack transient dependency
|
||||
if (pkg.dependencies.webpack) {
|
||||
pkg.dependencies.webpack = '5.65.0';
|
||||
}
|
||||
|
||||
return pkg
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
hooks: {
|
||||
readPackage
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user