mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2024-11-21 01:13:53 +08:00
build: update workbox setting
This commit is contained in:
parent
6da72ba2ad
commit
2111647ab4
@ -59,7 +59,6 @@ module.exports = merge(commonConfig, {
|
||||
new GenerateSW({
|
||||
clientsClaim: true,
|
||||
exclude: [/\.map$/, /asset-manifest\.json$/, /\.(?:png|jpg|jpeg|svg)$/, /\.js$/],
|
||||
importWorkboxFrom: 'local',
|
||||
navigateFallback: 'index.html',
|
||||
//定义运行时缓存(可接受多个json对象)
|
||||
runtimeCaching: [
|
||||
@ -124,7 +123,7 @@ module.exports = merge(commonConfig, {
|
||||
}
|
||||
}
|
||||
],
|
||||
navigateFallbackBlacklist: [
|
||||
navigateFallbackDenylist: [
|
||||
// Exclude URLs starting with /_, as they're likely an API call
|
||||
new RegExp('^/_'),
|
||||
// Exclude any URLs whose last part seems to be a file extension
|
||||
|
Loading…
Reference in New Issue
Block a user