keepNames in vite config
This commit is contained in:
parent
dcced6bc5b
commit
58830d480e
1 changed files with 3 additions and 0 deletions
|
|
@ -10,4 +10,7 @@ export default defineConfig({
|
|||
sourcemap: true,
|
||||
minify: false,
|
||||
},
|
||||
esbuild: {
|
||||
keepNames: true, // Prevent function name mangling
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue