/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
schemas/plugins/debug/ProfilingPlugin.json
12 строк
325 B
evilebottnawi
fix: `ProfilingPlugin` schema
07 авг 2019, 21:19
07 авг 2019, 21:19
1952d5c
Код
Авторство
О чём код?
{ "title": "ProfilingPluginOptions", "type": "object", "additionalProperties": false, "properties": { "outputPath": { "description": "Path to the output file e.g. `path.resolve(__dirname, 'profiling/events.json')`. Defaults to `events.json`.", "type": "string", "absolutePath": true } } }