mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
chore: deps
This commit is contained in:
@@ -22,8 +22,7 @@ export default withBundleAnalyzer({
|
||||
},
|
||||
webpack(config, { isServer }) {
|
||||
if (!isServer) {
|
||||
// Don't include any locale strings in the client JS bundle.
|
||||
config.plugins.push(localesPlugin.webpack({ locales: [] }));
|
||||
config.plugins.push(localesPlugin.webpack({ locales: ['en-US'] }));
|
||||
}
|
||||
|
||||
return config;
|
||||
|
||||
Reference in New Issue
Block a user