mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
webpack: Fix module warning when building (#3076)
Warning: ``` WARNING in ./src/client/Client.js Module not found: Error: Can't resolve 'worker_threads' in 'D:\Repositories\discordjs\discord.js\src\client' @ ./src/client/Client.js @ ./src/index.js ```
This commit is contained in:
parent
0c5b9c6870
commit
ab55acffdb
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
"node-opus": false,
|
||||
"tweetnacl": false,
|
||||
"sodium": false,
|
||||
"worker_threads": false,
|
||||
"zlib-sync": false,
|
||||
"src/sharding/Shard.js": false,
|
||||
"src/sharding/ShardClientUtil.js": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue