/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/build_webpack/src/builders/webpack/schema.json
14 строк
376 B
Charles Lyding
refactor(@angular-devkit/build-webpack): align builders source directory structure with build-angular
05 дек 2023, 18:05
05 дек 2023, 18:05
810d221
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "Webpack Builder.", "description": "Webpack Builder schema for Architect.", "type": "object", "properties": { "webpackConfig": { "type": "string", "description": "The path to the Webpack configuration file." } }, "additionalProperties": false, "required": ["webpackConfig"] }