My project has static
folder and asset
folder.
I use quasar dev
to build project and the building project is stored in dist
folder. But in the dist
folder, it only has static
folder, it doesn’t has asset
folder.
How can I let asset
be packaged in dist
folder?