Skip to content

Commit eff2f57

Browse files
committed
fix merge issue (missing properties in schema)
1 parent bfa4b49 commit eff2f57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schemas/plugins/SourceMapDevToolPlugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@
137137
"description": "Provide a custom value for the 'sourceRoot' property in the SourceMap",
138138
"type": "string"
139139
},
140+
"publicPath": {
141+
"description": "Provide a custom public path for the SourceMapping comment",
142+
"type": "string"
143+
},
144+
"fileContext": {
145+
"description": "Path prefix to which the [file] placeholder is relative to",
146+
"type": "string"
147+
},
140148
"lineToLine": {
141149
"description": "(deprecated) try to map original files line to line to generated files",
142150
"anyOf": [

0 commit comments

Comments
 (0)