From b0982c12cc9fa0d8e642f4475ec293c7b6512c08 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 30 Apr 2020 16:56:36 +0100 Subject: Fix sdc-FE /onboarding war listing It creates a index.html page that will end up in the onboarding-FE .war file. When the /onboarding context is accessed, a blank page will show up instead of the contents of the .war. Change-Id: I0fb4be28e193e6e6bbd58c1af9a49d5750981b7e Issue-ID: SDC-3000 Signed-off-by: andre.schmid --- openecomp-ui/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openecomp-ui/package.json') diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 0bd2243cc8..58074fa419 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -104,7 +104,8 @@ "webpack": "^4.5.0", "webpack-cli": "^2.0.14", "webpack-dev-server": "^3.1.3", - "worker-loader": "^2.0.0" + "worker-loader": "^2.0.0", + "html-webpack-plugin": "^3.2.0" }, "engines": { "node": ">=8.0.0", -- cgit 1.2.3-korg