how to use extendManifestJson (json) and process.env vars in Quasar2/vite #13857
Answered
by
rstoenescu
ssuess
asked this question in
CLI - PWA mode
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the old webpack world, I could do something like this in the pwa block of my quasar.conf.js file:
but in the vite world, manifest is a separate file, and these items break the build process. So I assumed I would need to use something like
extendManifestJson (json)
, but I can't figure out how to pass items that are env dependant (like the above) into my manifest. is there some guide to how this command works and adds items to the manifest?Beta Was this translation helpful? Give feedback.
All reactions