refacor: remove pesky console.log
This commit is contained in:
parent
239d0ae8d7
commit
2ed7959088
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user