@angular-devkit/build-angular
Version:
Angular Webpack Build Facade
16 lines (15 loc) • 562 B
TypeScript
/**
* @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 * from './default-progress';
export { deleteOutputDir, loadProxyConfiguration } from '@angular/build/private';
export * from './normalize-file-replacements';
export * from './normalize-asset-patterns';
export * from './normalize-source-maps';
export * from './normalize-optimization';
export * from './normalize-builder-schema';
export * from './url';