Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
11aacf8bd08224d6f4a5f949b4e9a43741f34e1a
1 parent
a5564a81
add cdn workbox-strategies
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
build/sw.config.js
build/sw.config.js
View file @
11aacf8
...
...
@@ -13,5 +13,6 @@ module.exports = new InjectManifest({
`
https
:
//cdn.yoho.cn/workbox/workbox-core.${suffix}.js`,
`
https
:
//cdn.yoho.cn/workbox/workbox-precaching.${suffix}.js`,
`
https
:
//cdn.yoho.cn/workbox/workbox-routing.${suffix}.js`,
`
https
:
//cdn.yoho.cn/workbox/workbox-cache-expiration.${suffix}.js`]
`
https
:
//cdn.yoho.cn/workbox/workbox-cache-expiration.${suffix}.js`,
`
https
:
//cdn.yoho.cn/workbox/workbox-strategies.${suffix}.js`]
});
...
...
Please
register
or
login
to post a comment