Skip to content

Commit 52b565e

Browse files
authored
[dev-overlay] Publish as production bundle (#80295)
1 parent 0272c7f commit 52b565e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/next/taskfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,8 +3136,7 @@ export async function next_bundle_devtools(task, opts) {
31363136
await task.source('dist').webpack({
31373137
watch: opts.dev,
31383138
config: require('./next-devtools.webpack-config')({
3139-
// TODO: Use prod variant
3140-
dev: true,
3139+
dev: opts.dev,
31413140
}),
31423141
name: 'next-bundle-devtools-dev',
31433142
})

0 commit comments

Comments
 (0)