This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vuejs
/
core
mirror of
https://github.com/vuejs/core.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
workflow: use terser minification when checking size
Evan You
4 years ago
parent
1701bf3968
commit
3bdd03b152
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
packages/size-check/vite.config.js
+ 2
- 1
packages/size-check/vite.config.js
View File
@@ -5,6 +5,7 @@ export default {
output: {
entryFileNames: `[name].js`
}
- }
+ },
+ minify: 'terser'
}
}