Skip to content

Commit

Permalink
skip waiting for the page to restart before loading new version
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 17, 2023
1 parent f521e7d commit ecedebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/webpack/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ module.exports = merge(commonConfig, {
handler: "CacheFirst",
},
],
skipWaiting: true,
clientsClaim: true,
}),
],
});

0 comments on commit ecedebb

Please sign in to comment.