Skip to content

Commit

Permalink
Merge pull request #691 from developit/sw-no-skipwaiting
Browse files Browse the repository at this point in the history
[SW] Don't invoke skipWaiting
  • Loading branch information
ForsakenHarmony authored Jan 26, 2019
2 parents 8b12397 + 1945bc6 commit b9fe787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/webpack/webpack-client-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function isProd(config) {
navigateFallback: 'index.html',
navigateFallbackWhitelist: [/^(?!\/__).*/],
minify: true,
skipWaiting: false,
stripPrefix: config.cwd,
staticFileGlobsIgnorePatterns: [
/polyfills(\..*)?\.js$/,
Expand Down

0 comments on commit b9fe787

Please sign in to comment.