mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-17 13:30:00 -04:00
add note
This commit is contained in:
parent
67fd1bce6a
commit
9f60e73b5a
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
/*global UVServiceWorker*/
|
||||
/*
|
||||
* Stock service worker script.
|
||||
* Users can provide their own sw.js if they need to extend the functionality of the service worker.
|
||||
* Ideally, this will be registered under the scope in uv.config.js so it will not need to be modified.
|
||||
* However, if a user changes the location of uv.bundle.js/uv.config.js or sw.js is not relative to them, they will need to modify this script locally.
|
||||
*/
|
||||
importScripts('uv.bundle.js');
|
||||
importScripts('uv.config.js');
|
||||
importScripts('uv.sw.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue