How does vue-cli3.0 configure assetsSubDirectory?

In

vue-cli 2.0, assetsSubDirectory can be configured in the following locations:

   

how can I configure it in the vue.config.js of vue-cli3.0 to generate what the directory in figure 1 looks like?

Oct.29,2021

{
    assetsDir: 'pzcatering-web/wxdc'
}
Menu