Skip to content

Commit

Permalink
feat: 使用esbuild编译
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeard30 committed Feb 29, 2024
1 parent dfe5e3a commit 03f54ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:browser-esbuild",
"options": {
"outputPath": "dist/ngx-designable",
"index": "src/index.html",
Expand Down Expand Up @@ -119,4 +119,4 @@
},
"analytics": false
}
}
}

0 comments on commit 03f54ca

Please sign in to comment.