commit node_modules and generated files
This commit is contained in:
parent
6d7a135fea
commit
34b372292b
3379 changed files with 449603 additions and 2029 deletions
13
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Normal file
13
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"title": "ProfilingPluginOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"outputPath": {
|
||||
"description": "Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`.",
|
||||
"type": "string",
|
||||
"absolutePath": false,
|
||||
"minLength": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue