adding target to the build in config
This commit is contained in:
parent
6556e09941
commit
fc4057536c
4 changed files with 296 additions and 332 deletions
|
|
@ -22,8 +22,10 @@ export default defineConfig({
|
|||
outDir: './build',
|
||||
sourcemap: true,
|
||||
minify: false,
|
||||
target: 'esnext'
|
||||
},
|
||||
esbuild: {
|
||||
keepNames: true, // Prevent function name mangling
|
||||
}
|
||||
},
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue