Skip to content

Commit 46486e2

Browse files
committed
fix(webui): use oxc as minifier
1 parent 947710b commit 46486e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig(({ mode }) => {
3737
},
3838
build: {
3939
cssMinify: 'lightningcss',
40-
minify: 'esbuild',
40+
minify: 'oxc',
4141
target: 'es2020',
4242
rolldownOptions: {
4343
output: {

0 commit comments

Comments
 (0)