Bug 1381 SDN controller details pop-up doesn't show some attributes
[osm/NG-UI.git] / angular.json
index 5420910..a8eb6a6 100644 (file)
@@ -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,