/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/ngtools/webpack/src/ivy/index.ts
16 строк
517 B
Alan Agius
refactor(@ngtools/webpack): deprecate @ngtools/webpack loader and plugin
06 май 2026, 19:48
06 май 2026, 19:48
547ca51
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export { angularWebpackLoader as default } from './loader'; export { type AngularWebpackPluginOptions, AngularWebpackPlugin, imageDomains } from './plugin'; /** * @deprecated Part of Angular's Webpack support deprecation. * Deprecated since v22. */ export const AngularWebpackLoaderPath: string = __filename;