Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding authored Feb 17, 2023
1 parent 7805532 commit c8991e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,8 @@ export default async function getBaseWebpackConfig(
[COMPILER_NAMES.client]: ['browser', 'module', 'main'],
[COMPILER_NAMES.edgeServer]: [
'edge-light',
'browser',
'worker',
'browser',
'module',
'main',
],
Expand Down

0 comments on commit c8991e2

Please sign in to comment.