fix: cli ignores --output option (#723)

This commit is contained in:
Poluektov Dmitriy
2019-06-06 13:57:17 +03:00
committed by Conv
parent d7e2662298
commit 43e7f0d30d

View File

@@ -285,6 +285,7 @@ async function _build(
routes, routes,
dest, dest,
ext, ext,
output,
oncompile: event => { oncompile: event => {
let banner = `built ${event.type}`; let banner = `built ${event.type}`;
let c = (txt: string) => colors.cyan(txt); let c = (txt: string) => colors.cyan(txt);