Skip to content

Commit 3bdd03b

Browse files
committed
workflow: use terser minification when checking size
1 parent 1701bf3 commit 3bdd03b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/size-check/vite.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default {
55
output: {
66
entryFileNames: `[name].js`
77
}
8-
}
8+
},
9+
minify: 'terser'
910
}
1011
}

0 commit comments

Comments
 (0)