/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json
27 строк
777 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "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 } } } } }