From 44bcbeb7d619a3b2e963716e1a1dca8201453219 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Fri, 1 Feb 2019 05:57:17 -0500 Subject: [PATCH] remove redundant line --- src/api/build.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/build.ts b/src/api/build.ts index 73680b2..c8287d6 100644 --- a/src/api/build.ts +++ b/src/api/build.ts @@ -42,7 +42,6 @@ export async function build({ routes = path.resolve(cwd, routes); output = path.resolve(cwd, output); static_files = path.resolve(cwd, static_files); - dest = path.resolve(cwd, dest); if (legacy && bundler === 'webpack') { throw new Error(`Legacy builds are not supported for projects using webpack`);