feat: disable source maps for frontend production builds

This commit is contained in:
2025-11-16 20:44:02 +03:00
parent 09f1e514a9
commit 770ec81fdc
3 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig({
build: {
manifest: true,
sourcemap: true,
sourcemap: false,
outDir: '../../module/oc_telegram_shop/upload/admin/view/javascript/telecart',
emptyOutDir: true, // also necessary
rollupOptions: {