Skip to content

Commit

Permalink
Revert "Enabled sourcemaps"
Browse files Browse the repository at this point in the history
This reverts commit 09692a8.
  • Loading branch information
Pedro Jorquera committed Sep 3, 2019
1 parent 09692a8 commit 9b61292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"vendorSourceMap": true,
"tsConfig": "projects/common/tsconfig.lib.json",
"project": "projects/common/ng-package.json"
}
Expand Down Expand Up @@ -204,7 +203,6 @@
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"options": {
"vendorSourceMap": true,
"tsConfig": "projects/custom-palette/tsconfig.lib.json",
"project": "projects/custom-palette/ng-package.json"
}
Expand All @@ -230,7 +228,7 @@
}
}
}
}
},
},
"cli": {
"defaultCollection": "@ionic/angular-toolkit"
Expand Down

0 comments on commit 9b61292

Please sign in to comment.