mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +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,
|
__dirname: true,
|
||||||
process: true,
|
process: true,
|
||||||
path: 'empty',
|
path: 'empty',
|
||||||
Buffer: false,
|
Buffer: true,
|
||||||
zlib: 'empty',
|
zlib: 'empty',
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue