1 Star 0 Fork 0

mrshenyuan/telegram-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sw-config.js 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
evgeny-nadymov 提交于 2019-08-09 00:54 . Service worker template
module.exports = {
swFilePath: './build/service-worker.js',
cacheId: 'sw-precache-webpack-plugin',
dontCacheBustUrlsMatching: /\.\w{8}\./,
navigateFallback: '/index.html',
navigateFallbackWhitelist: [ /^(?!\/__).*/ ],
staticFileGlobsIgnorePatterns: [ /\.map$/, /asset-manifest\.json$/ ],
staticFileGlobs:
[ './build/**/**.html',
'./build/static/js/*.js',
'./build/static/css/*.css',
'./build/static/media/**',
'./build/*.wasm',
'./build/*.worker.js',
'./build/tdweb.js',
'./build/*.css'],
stripPrefix: './build',
replacePrefix: '/telegram-react',
maximumFileSizeToCacheInBytes: 10485760,
templateFilePath: './service-worker.tmpl',
importScripts: ['./custom-service-worker.js'],
ignoreUrlParametersMatching: [/./]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrshenyuan/telegram-react.git
[email protected]:mrshenyuan/telegram-react.git
mrshenyuan
telegram-react
telegram-react
master

搜索帮助