Skip to content

Commit cd66d27

Browse files
alan-agius4vikerman
authored andcommitted
refactor: deprecate evalSourceMap (#13063)
Missed a couple in #12966
1 parent 8516d68 commit cd66d27

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
@@ -125,7 +125,8 @@
125125
"evalSourceMap": {
126126
"type": "boolean",
127127
"description": "Output in-file eval sourcemaps.",
128-
"default": false
128+
"default": false,
129+
"x-deprecated": true
129130
},
130131
"vendorChunk": {
131132
"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
@@ -44,6 +44,7 @@ export interface BuildWebpackServerSchema {
4444
vendorSourceMap?: boolean;
4545
/**
4646
* Output in-file eval sourcemaps.
47+
* @deprecated
4748
*/
4849
evalSourceMap?: boolean;
4950
/**

0 commit comments

Comments
 (0)