We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947710b commit 46486e2Copy full SHA for 46486e2
1 file changed
data/vite.config.ts
@@ -37,7 +37,7 @@ export default defineConfig(({ mode }) => {
37
},
38
build: {
39
cssMinify: 'lightningcss',
40
- minify: 'esbuild',
+ minify: 'oxc',
41
target: 'es2020',
42
rolldownOptions: {
43
output: {
0 commit comments