chore: deps

This commit is contained in:
iCrawl
2024-03-11 17:50:39 +01:00
parent 5f2095b76c
commit 0d4c26ba4c
32 changed files with 2218 additions and 2304 deletions

View File

@@ -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;