I am currently using a single-page site developed by vue-cli3. When I package it, the directory structure looks like this:
-
dist
- index.html
-
static
- css
- js
- image
but I want the packaged directory structure to look like this
-
dist
- index.html
- css
- js
- image