We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589253e commit bd2cd86Copy full SHA for bd2cd86
packages/generators/init-generator.ts
@@ -234,7 +234,7 @@ export default class InitGenerator extends Generator {
234
(this.configuration.config.webpackOptions.plugins as string[]).push(`new workboxPlugin.GenerateSW({
235
swDest: 'sw.js',
236
clientsClaim: true,
237
- skipWaiting: true,
+ skipWaiting: false,
238
})`);
239
240
// Chunksplitting
0 commit comments