-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.js
23 lines (23 loc) · 864 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"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"));