mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 16:18:26 -04:00
11 lines
188 B
JSON
11 lines
188 B
JSON
|
|
{
|
||
|
|
"title": "Source Map Loader options",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"filterSourceMappingUrl": {
|
||
|
|
"instanceof": "Function"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|