refacor: remove pesky console.log

This commit is contained in:
TopchetoEU 2024-12-13 02:29:55 +02:00
parent 239d0ae8d7
commit 2ed7959088
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -98,11 +98,6 @@ const construct = (input, output) => defineConfig({
sourceMap: shouldEmitSourcemaps(), sourceMap: shouldEmitSourcemaps(),
keep_classnames: true, keep_classnames: true,
}), }),
{
load(source) {
console.log(source);
}
},
], ],
output: { output: {
file: output, file: output,