mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 14:25:07 +00:00
remove redundant line
This commit is contained in:
@@ -42,7 +42,6 @@ export async function build({
|
|||||||
routes = path.resolve(cwd, routes);
|
routes = path.resolve(cwd, routes);
|
||||||
output = path.resolve(cwd, output);
|
output = path.resolve(cwd, output);
|
||||||
static_files = path.resolve(cwd, static_files);
|
static_files = path.resolve(cwd, static_files);
|
||||||
dest = path.resolve(cwd, dest);
|
|
||||||
|
|
||||||
if (legacy && bundler === 'webpack') {
|
if (legacy && bundler === 'webpack') {
|
||||||
throw new Error(`Legacy builds are not supported for projects using webpack`);
|
throw new Error(`Legacy builds are not supported for projects using webpack`);
|
||||||
|
|||||||
Reference in New Issue
Block a user