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
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 filebaseUrl: '/',
outputDir: 'hello' //
}