Skip to content

Commit

Permalink
Remove unnecessary moduleId option (#41160)
Browse files Browse the repository at this point in the history
`deterministic` should be already the default option here.
  • Loading branch information
shuding committed Oct 4, 2022
1 parent 0768f7d commit d192047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/build/webpack-config.ts
Original file line number Diff line number Diff line change
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 d192047

Please sign in to comment.