Skip to content

Commit

Permalink
Remove unnecessary moduleId option (vercel#41160)
Browse files Browse the repository at this point in the history
`deterministic` should be already the default option here.
  • Loading branch information
shuding authored and BowlingX committed Oct 5, 2022
1 parent dd153e5 commit 3fa7732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -1285,7 +1285,6 @@ export default async function getBaseWebpackConfig(
emitOnErrors: !dev,
checkWasmTypes: false,
nodeEnv: false,
...(hasServerComponents ? { moduleIds: 'deterministic' } : {}),
splitChunks: (():
| Required<webpack.Configuration>['optimization']['splitChunks']
| false => {
Expand Down

0 comments on commit 3fa7732

Please sign in to comment.