We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5551a3a commit 61133ddCopy full SHA for 61133dd
src/cli.js
@@ -65,8 +65,6 @@ const processing = async file => {
65
const output = await outResolve(file, cli.flags.output);
66
const config = await cfgResolve(cli.flags);
67
68
- console.log(config);
69
-
70
makeDir(path.dirname(output))
71
.then(read.bind(null, file))
72
.then(html => posthtml(load(config)).process(html))
0 commit comments