mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
fix: cli ignores --output option (#723)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user