mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
fix: cater for buffer transitive dependency
Does not seem to be actually used.
This commit is contained in:
parent
cd21c71b49
commit
b05e8bef01
@ -42,6 +42,10 @@ module.exports = function (config) {
|
|||||||
],
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: [".ts", ".js"],
|
extensions: [".ts", ".js"],
|
||||||
|
fallback: {
|
||||||
|
// Can be removed once https://github.com/libp2p/js-libp2p-pubsub/pull/92 is merged and released
|
||||||
|
buffer: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
stats: { warnings: false },
|
stats: { warnings: false },
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user