Update Description and Bump Version

Small Fixes
This commit is contained in:
MengYX
2020-04-23 21:10:25 +08:00
parent 2526adcab0
commit 4c4e4061f5
6 changed files with 827 additions and 391 deletions

View File

@@ -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.')