"use strict"; /** * @license * Copyright Google Inc. 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.io/license */ function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./build-browser-features")); __export(require("./default-progress")); __export(require("./delete-output-dir")); __export(require("./run-module-as-observable-fork")); __export(require("./normalize-file-replacements")); __export(require("./normalize-asset-patterns")); __export(require("./normalize-source-maps")); __export(require("./normalize-optimization")); __export(require("./normalize-builder-schema")); __export(require("./url")); __export(require("./workers"));