mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
make webpack over 9000 times better (#1816)
* webpack stuff * even better * Update browser.js
This commit is contained in:
@@ -57,5 +57,3 @@ module.exports = {
|
||||
VoiceChannel: require('./structures/VoiceChannel'),
|
||||
Webhook: require('./structures/Webhook'),
|
||||
};
|
||||
|
||||
if (require('os').platform() === 'browser') window.Discord = module.exports; // eslint-disable-line no-undef
|
||||
|
||||
Reference in New Issue
Block a user