I'm currently working on a Vue Cli 3 project, and I have the @vue/cli-plugin-pwa
plugin properly installed and configured in my vue.config.js
file. However, when I try to run vue-cli-service build --modern
, I notice that my configuration is not reflected in the generated manifest.json
.
I was expecting to see a manifest.json
file with the specified icon paths and other settings from my vue.config.js
. Am I missing something here? Is there a specific way to make Vue generate the manifest.json
according to my configurations?