/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
schemas/plugins/LoaderOptionsPlugin.json
27 строк
777 B
Tobias Koppers
Ensure strict format of descriptions in schemas
10 мар 2020, 20:19
10 мар 2020, 20:19
87e6f58
Код
Авторство
О чём код?
{ "title": "LoaderOptionsPluginOptions", "type": "object", "additionalProperties": true, "properties": { "debug": { "description": "Whether loaders should be in debug mode or not. debug will be removed as of webpack 3.", "type": "boolean" }, "minimize": { "description": "Where loaders can be switched to minimize mode.", "type": "boolean" }, "options": { "description": "A configuration object that can be used to configure older loaders.", "type": "object", "additionalProperties": true, "properties": { "context": { "description": "The context that can be used to configure older loaders.", "type": "string", "absolutePath": true } } } } }