How do I get 'script.js' and 'style.css' in Quasar Framework v2 SPA mode - Vue 3 - Vite? #17548
Unanswered
iamjuanguillermo
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Quasar CLI (
pnpm create quasar
) with these versions:When I run
quasar build
in the terminal, with the default configuration in quasar.config.js, I get multiple .js and .css files:I have tried extending the Vite configuration with no different results:
What should I do to get only one .js file and one .css file in Quasar/Vite?
Thanks in advance.
I am trying to get a single .js file and a single .css file when I run
quasar build
in the terminal.I hope to find out what configuration I need to make in quasar.config.js.
Beta Was this translation helpful? Give feedback.
All reactions