Skip to content

Commit

Permalink
Do not remove output path
Browse files Browse the repository at this point in the history
Update of angular broken on nodejs v16
But according to this:
angular/angular-cli#21202
Disabling this option is a good workaround
  • Loading branch information
ShockwaveNN committed Jun 28, 2021
1 parent 5fd1370 commit 0415da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"deleteOutputPath": false,
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down

0 comments on commit 0415da3

Please sign in to comment.