Skip to content
Snippets Groups Projects
Commit 476e05ae authored by Guillaume Chau's avatar Guillaume Chau
Browse files

fix: css file name

parent 6edd1aa1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ export default {
}),
css({
output: styles => {
fs.writeFileSync('dist/vue-ui.css', new CleanCSS().minify(styles).styles)
fs.writeFileSync('dist/v-tooltip.css', new CleanCSS().minify(styles).styles)
},
}),
babel({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment