Skip to content

Commit d94144f

Browse files
chore(build): clean dist directory before build
1 parent 2767e0d commit d94144f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const configure = ({name, vueVersion}) => (env = {}, { mode = 'production', conf
4545

4646
output: {
4747
path: distPath,
48+
clean: true,
4849
filename: `vue${ vueVersion }-sfc-loader.js`,
4950
library: {
5051
type: 'umd',

0 commit comments

Comments
 (0)