Skip to content

Commit 7f0856d

Browse files
alan-agius4hansl
authored andcommitted
fix(@angular/cli): remove vendorSourceMap warning that vendorSourceMap is not allowed
While the build works and there are no error, at the moment you will have a warning in `angular.json`
1 parent 52c222c commit 7f0856d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/angular/cli/lib/config/schema.json

+15
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@
605605
"description": "Output sourcemaps.",
606606
"default": true
607607
},
608+
"vendorSourceMap": {
609+
"type": "boolean",
610+
"description": "Resolve vendor packages sourcemaps.",
611+
"default": false
612+
},
608613
"evalSourceMap": {
609614
"type": "boolean",
610615
"description": "Output in-file eval sourcemaps.",
@@ -1000,6 +1005,11 @@
10001005
"type": "boolean",
10011006
"description": "Output sourcemaps."
10021007
},
1008+
"vendorSourceMap": {
1009+
"type": "boolean",
1010+
"description": "Resolve vendor packages sourcemaps.",
1011+
"default": false
1012+
},
10031013
"evalSourceMap": {
10041014
"type": "boolean",
10051015
"description": "Output in-file eval sourcemaps."
@@ -1383,6 +1393,11 @@
13831393
"description": "Output sourcemaps.",
13841394
"default": true
13851395
},
1396+
"vendorSourceMap": {
1397+
"type": "boolean",
1398+
"description": "Resolve vendor packages sourcemaps.",
1399+
"default": false
1400+
},
13861401
"evalSourceMap": {
13871402
"type": "boolean",
13881403
"description": "Output in-file eval sourcemaps.",

0 commit comments

Comments
 (0)