Skip to content

Commit 4082f78

Browse files
committed
update the config key to address an issue
1 parent 0ce5372 commit 4082f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/next/src/build/webpack-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,7 @@ export default async function getBaseWebpackConfig(
23702370
emotion: config.compiler?.emotion,
23712371
modularizeImports: config.modularizeImports,
23722372
imageLoaderFile: config.images.loaderFile,
2373+
i18n: config.i18n,
23732374
clientTraceMetadata: config.experimental.clientTraceMetadata,
23742375
serverSourceMaps: config.experimental.serverSourceMaps,
23752376
serverReferenceHashSalt: encryptionKey,

0 commit comments

Comments
 (0)