You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
I have a problem since I installed sw-precache for my vueJS application.
When running npm run serve (alias for vue-cli-service serve) it tries to start the dev server but then freezes with 98% after emitting swPrecacheTotal precache size is about 12.5 kB for 4 resources.
It always freezes at 98% and this happens on every try. When I remove sw-precache everything is working. Any ideas?
Hey guys,
I have a problem since I installed sw-precache for my vueJS application.
When running
npm run serve
(alias forvue-cli-service serve
) it tries to start the dev server but then freezes with98% after emitting swPrecacheTotal precache size is about 12.5 kB for 4 resources
.It always freezes at 98% and this happens on every try. When I remove sw-precache everything is working. Any ideas?
vue.config.js:
Thanks in advance!
The text was updated successfully, but these errors were encountered: