Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 39f6d18

Browse files
revert: update ignoreURLParametersMatching
1 parent 9bdd189 commit 39f6d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = (env, argv) => {
5858

5959
if (argv.mode === 'production') {
6060
plugins.push(new GenerateSW({
61-
ignoreURLParametersMatching: [/.*/],
61+
ignoreURLParametersMatching: [/./],
6262

6363
runtimeCaching: [{
6464
urlPattern: new RegExp(/^(?!.*(?:unsplash|giphy|tenor|firebasestorage))(?=.*(?:png|jpg|jpeg|svg|webp|gif)).*/),

0 commit comments

Comments
 (0)