From e06d703b699c265144dbb4280e8e38ae8c9d1d63 Mon Sep 17 00:00:00 2001 From: nikolay Date: Wed, 31 May 2023 09:40:59 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#14384=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20WPA=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=84=D0=B5=D0=9B=D0=B0=D0=B9=D0=BA:=20change=20bu?= =?UTF-8?q?ild=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/package.json b/angular/package.json index b945830..ee2d394 100644 --- a/angular/package.json +++ b/angular/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 192.168.0.14", - "build": "ng build", + "build": "ng build --aot --configuration production --output-hashing none", "watch": "ng build --watch --configuration development", "test": "ng test" },