added the options default value

This commit is contained in:
Miodec 2022-10-14 10:59:07 +02:00
parent 1a353bcbab
commit 113bdf01f7

View file

@ -81,7 +81,14 @@ const PRODUCTION_CONFIG = {
skipWaiting: false,
//include the generated css and js files
maximumFileSizeToCacheInBytes: 11000000,
exclude: [/pages\/./, /html\/./, /LICENSE\.txt/, /\.DS_Store/],
exclude: [
/pages\/./,
/html\/./,
/LICENSE\.txt/,
/\.DS_Store/,
/\.map$/,
/^manifest.*\.js$/,
],
}),
],
};