Skip to content

Commit

Permalink
misc: finetune 0cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 8, 2019
1 parent 589253e commit bd2cd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/init-generator.ts
Expand Up @@ -234,7 +234,7 @@ export default class InitGenerator extends Generator {
(this.configuration.config.webpackOptions.plugins as string[]).push(`new workboxPlugin.GenerateSW({
swDest: 'sw.js',
clientsClaim: true,
skipWaiting: true,
skipWaiting: false,
})`);

// Chunksplitting
Expand Down

0 comments on commit bd2cd86

Please sign in to comment.