From 77afab3b580ab536b992ebd0cfe1e23d5908bc95 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 23 Nov 2017 11:40:43 +0000 Subject: [PATCH] In Angular template, add --output-hashing=media to build:ssr as it's needed for 1.5.4 prod builds --- .../content/Angular-CSharp/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json index baeac30688..f6d1461a4c 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve --extract-css", "build": "ng build --extract-css", - "build:ssr": "npm run build -- --app=ssr", + "build:ssr": "npm run build -- --app=ssr --output-hashing=media", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"