Skip to content

Commit

Permalink
generate sw
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler committed Oct 16, 2024
1 parent 6711f36 commit c0db164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
clientsClaim: true,
sourcemap: false,
skipWaiting: true,
exclude: ["index.html", "**/oauth**"],
exclude: [/index\.html$/, /.*oauth.*/, /\.map$/],
runtimeCaching: [
{
urlPattern: ({ request }) =>
Expand Down

0 comments on commit c0db164

Please sign in to comment.