adding target to the build in config

This commit is contained in:
csawatzky 2025-05-08 12:40:13 -06:00
parent 6556e09941
commit fc4057536c
4 changed files with 296 additions and 332 deletions

View file

@ -22,8 +22,10 @@ export default defineConfig({
outDir: './build',
sourcemap: true,
minify: false,
target: 'esnext'
},
esbuild: {
keepNames: true, // Prevent function name mangling
}
},
})