mirror of https://github.com/vuejs/core.git
workflow: use terser minification when checking size
This commit is contained in:
parent
1701bf3968
commit
3bdd03b152
|
@ -5,6 +5,7 @@ export default {
|
|||
output: {
|
||||
entryFileNames: `[name].js`
|
||||
}
|
||||
}
|
||||
},
|
||||
minify: 'terser'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue