From c8229dffc05c8b8142d3bd2e0d696667cfe5da28 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Sat, 28 Oct 2023 21:10:35 +0800 Subject: [PATCH] fix: build outputPath --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 64c8dccdfb..61a690e265 100644 --- a/angular.json +++ b/angular.json @@ -18,7 +18,7 @@ "builder": "@angular-devkit/build-angular:browser", "options": { "allowedCommonJsDependencies": ["axios", "qs", "nprogress", "clipboard", "file-saver"], - "outputPath": "dist/nav2", + "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": [