We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701bf3 commit 3bdd03bCopy full SHA for 3bdd03b
packages/size-check/vite.config.js
@@ -5,6 +5,7 @@ export default {
5
output: {
6
entryFileNames: `[name].js`
7
}
8
- }
+ },
9
+ minify: 'terser'
10
11
0 commit comments