Remove build sourcemap
This commit is contained in:
@@ -114,7 +114,7 @@ export default defineConfig({
|
||||
outDir: 'web',
|
||||
minify: 'esbuild',
|
||||
target: 'es2022',
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
rollupOptions: {
|
||||
// Disabling tree-shaking
|
||||
// Prevent vite remove unused exports
|
||||
|
||||
Reference in New Issue
Block a user