refacor: remove pesky console.log

This commit is contained in:
2024-12-13 02:29:55 +02:00
parent 239d0ae8d7
commit 2ed7959088

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,