Issue-ID: PORTAL-911
Change-Id: I810ba356a2833495d071ed48e4061c93749990fd
Signed-off-by: statta <statta@research.att.com>
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
- "baseHref": "/epsdk-app-os/",
+ "baseHref": "/ONAPPORTALSDK/",
"outputPath": "dist",
"index": "src/ngwelcome.html",
"main": "src/main.ts",
"scripts": {
"ng": "ng",
"start": "ng serve --host www.sdk.onap.org --port 8200 --open",
- "build": "ng build",
+ "build": "ng build --prod --aot=false --build-optimizer=false",
"test": "ng test --watch=false --code-coverage --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",