mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
⚡ refactor: Change Minifier from 'terser' to 'oxc' in Vite Config (#13476)
This commit is contained in:
parent
f27e7d7cad
commit
571d8d8284
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export default defineConfig(({ command }) => ({
|
|||
build: {
|
||||
sourcemap: buildSourceMap,
|
||||
outDir: './dist',
|
||||
minify: 'terser',
|
||||
minify: 'oxc',
|
||||
rolldownOptions: {
|
||||
preserveEntrySignatures: 'strict',
|
||||
output: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue