first
This commit is contained in:
12
node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json
generated
vendored
Normal file
12
node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "JsonModulesPluginParserOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"parse": {
|
||||
"description": "Function that executes for a module source string and should return json-compatible data.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((input: string) => any)"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user