mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Webpack): add Buffer polyfill in browser (#4102)
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = {
|
||||
__dirname: true,
|
||||
process: true,
|
||||
path: 'empty',
|
||||
Buffer: false,
|
||||
Buffer: true,
|
||||
zlib: 'empty',
|
||||
},
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user