diff --git a/frontend/package.json b/frontend/package.json index 8891359..1a2e83b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --prod --build-optimizer", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", diff --git a/frontend/src/app/Views/login/login.component.html b/frontend/src/app/Views/login/login.component.html index 41676a1..0083425 100644 --- a/frontend/src/app/Views/login/login.component.html +++ b/frontend/src/app/Views/login/login.component.html @@ -1,5 +1,10 @@