mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
fix(Webpack): add Buffer polyfill in browser (#4102)
This commit is contained in:
parent
97cbbb176b
commit
67a74c33e1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
__dirname: true,
|
||||
process: true,
|
||||
path: 'empty',
|
||||
Buffer: false,
|
||||
Buffer: true,
|
||||
zlib: 'empty',
|
||||
},
|
||||
optimization: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue