diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-04-30 16:56:36 +0100 |
---|---|---|
committer | André Schmid <andre.schmid@est.tech> | 2020-05-01 10:17:56 +0000 |
commit | b0982c12cc9fa0d8e642f4475ec293c7b6512c08 (patch) | |
tree | 01ef39ba80288c9ff4185585f3f39e24fc34eac7 /openecomp-ui/package.json | |
parent | 31c64b3443fb1a76d1cfc7afc0db1e51f1ffda79 (diff) |
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 <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/package.json')
-rw-r--r-- | openecomp-ui/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |