mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 09:59:21 +08:00
added the options default value
This commit is contained in:
parent
1a353bcbab
commit
113bdf01f7
1 changed files with 8 additions and 1 deletions
|
|
@ -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$/,
|
||||
],
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue