How to specify the packaged file name when vue-cli3 is packaged with vue build

the name of the file was changed successfully when using vue build-- target lib-- name xxx, but not successfully when using vue build-- name xxx.
is there any way to change the file name


create a new vue.config.js file under the project root. Create a module.exports = {

in the file
baseUrl: '/',
outputDir: 'hello' // 

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3541d-2bf6f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3541d-2bf6f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?