We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa4b49 commit eff2f57Copy full SHA for eff2f57
schemas/plugins/SourceMapDevToolPlugin.json
@@ -137,6 +137,14 @@
137
"description": "Provide a custom value for the 'sourceRoot' property in the SourceMap",
138
"type": "string"
139
},
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
147
148
"lineToLine": {
149
"description": "(deprecated) try to map original files line to line to generated files",
150
"anyOf": [
0 commit comments