fix: Remove debugId from webpack build

fixes #1887

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-03-29 11:29:10 +01:00
parent b631353120
commit 174b5e2d4c

View File

@ -22,6 +22,9 @@ module.exports = merge(common, {
project: "floccus",
release: {
name: packageJSON.version
},
sourcemaps: {
disable: true,
}
}),
]