mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Ensure ws doesn't get built
This commit is contained in:
parent
697fa15278
commit
66845e2f68
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ const createConfig = (options) => {
|
|||
externals: {
|
||||
opusscript: { commonjs: 'opusscript' },
|
||||
'node-opus': { commonjs: 'node-opus' },
|
||||
ws: { commonjs: 'ws' },
|
||||
},
|
||||
node: {
|
||||
fs: 'empty',
|
||||
|
|
|
|||
Loading…
Reference in a new issue