From 9b214e01716dd27dc7b3c5f9d7e620dceaec1103 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 13 Dec 2020 11:44:55 +0100 Subject: [PATCH] minor: cleanup comment --- src/deploy/actions.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/deploy/actions.ts b/src/deploy/actions.ts index 71e9887..69e6ada 100644 --- a/src/deploy/actions.ts +++ b/src/deploy/actions.ts @@ -27,9 +27,6 @@ export default async function deploy( throw new Error('Cannot execute the build target'); } - // baseHref (from @angular-devkit/build-angular:browser) - // can be overriden here directly from the deployment builder options, - // since this feature is the most important switch when deploying the github const overrides = { ...(options.baseHref && { baseHref: options.baseHref }) };