@angular-devkit/build-angular
Version:
Angular Webpack Build Facade
17 lines (16 loc) • 611 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 './run-module-as-observable-fork';
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';