mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Ensure ws doesn't get built
This commit is contained in:
@@ -31,6 +31,7 @@ const createConfig = (options) => {
|
||||
externals: {
|
||||
opusscript: { commonjs: 'opusscript' },
|
||||
'node-opus': { commonjs: 'node-opus' },
|
||||
ws: { commonjs: 'ws' },
|
||||
},
|
||||
node: {
|
||||
fs: 'empty',
|
||||
|
||||
Reference in New Issue
Block a user