mirror of
https://git.um-react.app/um/web.git
synced 2025-12-17 04:33:01 +00:00
Update Description and Bump Version
Small Fixes
This commit is contained in:
@@ -5,10 +5,7 @@ import {register} from 'register-service-worker'
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||
ready() {
|
||||
console.log(
|
||||
'App is being served from cache by a service worker.\n' +
|
||||
'For more details, visit https://goo.gl/AFskqB'
|
||||
)
|
||||
console.log('App is being served from cache by a service worker.')
|
||||
},
|
||||
registered() {
|
||||
console.log('Service worker has been registered.')
|
||||
|
||||
Reference in New Issue
Block a user