remove console.log
This commit is contained in:
parent
a842d7daa5
commit
2c24ff4fd5
@ -69,8 +69,6 @@ const postCSSPlugin = ({
|
||||
tmpDir = path.resolve(tmpDirPath, sourceRelDir),
|
||||
tmpFilePath = path.resolve(tmpDir, `${sourceBaseName}.css`);
|
||||
|
||||
console.log(tmpDir);
|
||||
console.log(tmpFilePath);
|
||||
await ensureDir(tmpDir);
|
||||
|
||||
const fileContent = await readFile(sourceFullPath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user