From 8c360747995e17eb5520e22fc3d7bd4c3d26eeee Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Aug 2020 10:29:44 +0200 Subject: Update build steps for localization --- client/angular.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client') diff --git a/client/angular.json b/client/angular.json index e07cf6707..06223b837 100644 --- a/client/angular.json +++ b/client/angular.json @@ -203,6 +203,16 @@ } ] }, + "i18n": { + "optimization": false, + "outputHashing": "none", + "sourceMap": true, + "extractCss": true, + "namedChunks": true, + "aot": true, + "buildOptimizer": false, + "budgets": [] + }, "hmr": { "budgets": [ { -- cgit v1.2.3