chore: remove log

This commit is contained in:
hardfist 2024-07-21 17:16:41 +08:00
parent 849568cc14
commit 127fccb133

View file

@ -51,7 +51,6 @@ export function runCompiler(
]
> {
return new Promise((resolve, reject) => {
console.log(config);
const compiler = webpack(config)
// Ensure we use the previous inputFileSystem
if (inputFileSystem) {