From a2187e0134bbb0194ef81697eaaa31c30309c4c5 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sun, 6 May 2018 14:33:17 +0300 Subject: [PATCH] Set the output path --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 5eab9d84..b3d10f35 100644 --- a/angular.json +++ b/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/fuse", + "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts",