remove redundant line

This commit is contained in:
Richard Harris
2019-02-01 05:57:17 -05:00
parent 969169ae20
commit 44bcbeb7d6

View File

@@ -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`);