X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=angular.json;h=a8eb6a6630b60ed5583bea8917e2376a68139d90;hb=refs%2Fchanges%2F06%2F10806%2F6;hp=5420910fa26af1be28f2b7125c87cb401e5edc88;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/angular.json b/angular.json index 5420910..a8eb6a6 100644 --- a/angular.json +++ b/angular.json @@ -10,7 +10,8 @@ "prefix": "app", "schematics": { "@schematics/angular:component": { - "styleext": "scss" + "styleext": "scss", + "style": "scss" } }, "architect": { @@ -33,8 +34,7 @@ ], "scripts": [ "src/assets/js/tar.js" - ], - "es5BrowserSupport": true + ] }, "configurations": { "production": { @@ -47,7 +47,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true,