mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +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: {
|
||||
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 },
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user