Skip to content

Commit

Permalink
fix: don't use esbuild in order to create 3rdpartylicenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmeichler committed Mar 8, 2024
1 parent dd85023 commit bf3d557
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefix": "cb",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/clipboard",
"index": "src/index.html",
Expand Down Expand Up @@ -64,7 +64,8 @@
}
],
"outputHashing": "all",
"extractLicenses": true
"extractLicenses": true,
"sourceMap": true
},
"development": {
"buildOptimizer": false,
Expand Down

0 comments on commit bf3d557

Please sign in to comment.