There is some issue with "@vue/cli-plugin-pwa": "v5"
Downgrade @vue/cli-plugin-pwa to "v4.5.15"
First Run npm uninstall @vue/cli-plugin-pwa in terminal
then
Run npm i -D @vue/cli-plugin-pwa@4 this will install latest release of version 4
I hope this will help.