From 8907861619a4ae0f35d3ff59c4294a8d3c2ae44a Mon Sep 17 00:00:00 2001 From: haoliangyu Date: Sat, 11 Aug 2018 12:12:46 -0400 Subject: [PATCH] fix output path --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index fba64e6..7c19825 100644 --- a/angular.json +++ b/angular.json @@ -13,7 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/ngx-leaflet-starter", + "outputPath": "dist/", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts",