Customising the build process and output locations #8854
Unanswered
ermya
asked this question in
CLI - BEX mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have below folder structure from quasar build
dist ->js ->css index.html
I would like to change the structure to be
dist ->subfolder(assets) ->js ->css index.html
my mean I’d like to quasar build everything into a single directory (/dist/assets) with just the index.html in the /dist folder
is there any solution to do that ?
Beta Was this translation helpful? Give feedback.
All reactions