Skip to content

Commit bd2cd86

Browse files
committed
misc: finetune 0cjs
1 parent 589253e commit bd2cd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generators/init-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export default class InitGenerator extends Generator {
234234
(this.configuration.config.webpackOptions.plugins as string[]).push(`new workboxPlugin.GenerateSW({
235235
swDest: 'sw.js',
236236
clientsClaim: true,
237-
skipWaiting: true,
237+
skipWaiting: false,
238238
})`);
239239

240240
// Chunksplitting

0 commit comments

Comments
 (0)