Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Dec 20, 2022
1 parent 31185c7 commit 9ade628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -2400,7 +2400,7 @@ export default async function getBaseWebpackConfig(
future: config.future,
experimental: config.experimental,
disableStaticImages: config.images.disableStaticImages,
transpilePackages: config.transpileModules,
transpilePackages: config.transpilePackages,
})

// @ts-ignore Cache exists
Expand Down

0 comments on commit 9ade628

Please sign in to comment.