Skip to content

Commit 93ad3d9

Browse files
alan-agius4vikerman
authored andcommitted
refactor: deprecate evalSourceMap (#13063)
Missed a couple in #12966
1 parent 7bfa19a commit 93ad3d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
"evalSourceMap": {
9090
"type": "boolean",
9191
"description": "Output in-file eval sourcemaps.",
92-
"default": false
92+
"default": false,
93+
"x-deprecated": true
9394
},
9495
"vendorChunk": {
9596
"type": "boolean",

packages/angular_devkit/build_angular/src/server/schema.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface BuildWebpackServerSchema {
4343
vendorSourceMap?: boolean;
4444
/**
4545
* Output in-file eval sourcemaps.
46+
* @deprecated
4647
*/
4748
evalSourceMap?: boolean;
4849
/**

0 commit comments

Comments
 (0)