perf: avoid caching robots.txt in service worker (#820)
这个提交存在于:
父节点
77b84d44f4
当前提交
beb4d6e119
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -18,6 +18,7 @@ const assets = __assets__
|
|||
.map(file => file.startsWith('/') ? file : `/${file}`)
|
||||
.filter(filename => !filename.startsWith('/apple-icon'))
|
||||
.filter(filename => !filename.endsWith('.map'))
|
||||
.filter(filename => filename !== '/robots.txt')
|
||||
|
||||
// `shell` is an array of all the files generated by webpack
|
||||
// also contains '/index.html' for some reason
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用