Skip to content

Commit

Permalink
Update compilation target of @next/react-dev-overlay (#49153)
Browse files Browse the repository at this point in the history
Closes #48627.
  • Loading branch information
shuding committed May 3, 2023
1 parent 2ebc724 commit d62755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/taskfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export async function ncc_next__react_dev_overlay(task, opts) {
precompiled: false,
packageName: '@next/react-dev-overlay',
externals: overlayExternals,
target: 'es2018',
target: 'es5',
})
.target('dist/compiled/@next/react-dev-overlay/dist')

Expand Down

0 comments on commit d62755a

Please sign in to comment.