Skip to content

Commit cdaf4e1

Browse files
author
Heiner Pöpping
committed
Disable lazyCompilation by default
1 parent 108c711 commit cdaf4e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/devCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export function devCommand({
9999
credentials: true,
100100
origin: true,
101101
}
102+
webpackConfig.dev ??= {}
103+
webpackConfig.dev.lazyCompilation = false
102104

103105
if (cert && key) {
104106
webpackConfig.server.https = {

0 commit comments

Comments
 (0)