@angular-devkit/build-angular 0.1102.9 → 0.1102.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -2
- package/package.json +9 -9
- package/plugins/karma.d.ts +1 -1
- package/plugins/karma.js +1 -1
- package/src/app-shell/index.js +1 -1
- package/src/babel/babel-loader.d.ts +1 -1
- package/src/babel/presets/application.js +1 -1
- package/src/babel/webpack-loader.js +1 -1
- package/src/babel-bazel.d.ts +1 -1
- package/src/browser/index.d.ts +1 -1
- package/src/browser/index.js +1 -1
- package/src/browser/tests/setup.d.ts +1 -1
- package/src/dev-server/index.d.ts +1 -1
- package/src/dev-server/index.js +1 -1
- package/src/extract-i18n/index.d.ts +1 -1
- package/src/extract-i18n/index.js +1 -1
- package/src/extract-i18n/ivy-extract-loader.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/karma/find-tests.js +1 -1
- package/src/karma/index.d.ts +1 -1
- package/src/karma/index.js +1 -1
- package/src/ng-packagr/index.d.ts +1 -1
- package/src/ng-packagr/index.js +1 -1
- package/src/protractor/index.d.ts +1 -1
- package/src/protractor/index.js +1 -1
- package/src/server/index.d.ts +1 -1
- package/src/server/index.js +1 -1
- package/src/test-utils.d.ts +1 -1
- package/src/test-utils.js +1 -1
- package/src/testing/builder-harness.d.ts +1 -1
- package/src/testing/builder-harness.js +1 -1
- package/src/testing/file-watching.d.ts +1 -1
- package/src/testing/index.d.ts +1 -1
- package/src/testing/jasmine-helpers.d.ts +1 -1
- package/src/transforms.d.ts +1 -1
- package/src/tslint/index.js +1 -1
- package/src/typings.d.ts +1 -1
- package/src/utils/action-cache.js +1 -1
- package/src/utils/action-executor.js +1 -1
- package/src/utils/build-browser-features.d.ts +1 -1
- package/src/utils/build-browser-features.js +1 -1
- package/src/utils/build-options.d.ts +1 -1
- package/src/utils/build-options.js +1 -1
- package/src/utils/bundle-calculator.js +1 -1
- package/src/utils/cache-path.js +1 -1
- package/src/utils/check-port.js +1 -1
- package/src/utils/color.d.ts +1 -1
- package/src/utils/color.js +1 -1
- package/src/utils/copy-assets.js +1 -1
- package/src/utils/copy-file.d.ts +1 -1
- package/src/utils/copy-file.js +1 -1
- package/src/utils/default-progress.d.ts +1 -1
- package/src/utils/default-progress.js +1 -1
- package/src/utils/delete-output-dir.js +1 -1
- package/src/utils/environment-options.js +1 -1
- package/src/utils/find-up.js +1 -1
- package/src/utils/fs.d.ts +1 -1
- package/src/utils/fs.js +1 -1
- package/src/utils/i18n-inlining.d.ts +1 -1
- package/src/utils/i18n-options.d.ts +1 -1
- package/src/utils/index-file/augment-index-html.d.ts +1 -1
- package/src/utils/index-file/augment-index-html.js +1 -1
- package/src/utils/index-file/html-rewriting-stream.d.ts +1 -1
- package/src/utils/index-file/html-rewriting-stream.js +1 -1
- package/src/utils/index-file/index-html-generator.d.ts +1 -1
- package/src/utils/index-file/index-html-generator.js +1 -1
- package/src/utils/index-file/inline-critical-css.d.ts +1 -1
- package/src/utils/index-file/inline-critical-css.js +1 -1
- package/src/utils/index-file/inline-fonts.d.ts +1 -1
- package/src/utils/index-file/inline-fonts.js +1 -1
- package/src/utils/index.d.ts +1 -1
- package/src/utils/index.js +1 -1
- package/src/utils/is-directory.d.ts +1 -1
- package/src/utils/is-directory.js +1 -1
- package/src/utils/load-translations.js +1 -1
- package/src/utils/normalize-asset-patterns.d.ts +1 -1
- package/src/utils/normalize-asset-patterns.js +1 -1
- package/src/utils/normalize-builder-schema.d.ts +1 -1
- package/src/utils/normalize-builder-schema.js +1 -1
- package/src/utils/normalize-file-replacements.d.ts +1 -1
- package/src/utils/normalize-file-replacements.js +1 -1
- package/src/utils/normalize-optimization.d.ts +1 -1
- package/src/utils/normalize-optimization.js +1 -1
- package/src/utils/normalize-source-maps.d.ts +1 -1
- package/src/utils/normalize-source-maps.js +1 -1
- package/src/utils/output-paths.js +1 -1
- package/src/utils/package-chunk-sort.d.ts +1 -1
- package/src/utils/process-bundle-bootstrap.js +2 -2
- package/src/utils/process-bundle.d.ts +1 -1
- package/src/utils/process-bundle.js +1 -1
- package/src/utils/read-tsconfig.d.ts +1 -1
- package/src/utils/read-tsconfig.js +1 -1
- package/src/utils/run-module-as-observable-fork.d.ts +1 -1
- package/src/utils/run-module-worker.js +1 -2
- package/src/utils/service-worker.d.ts +1 -1
- package/src/utils/service-worker.js +1 -1
- package/src/utils/spinner.d.ts +1 -1
- package/src/utils/spinner.js +1 -1
- package/src/utils/strip-bom.d.ts +1 -1
- package/src/utils/strip-bom.js +1 -1
- package/src/utils/tty.d.ts +1 -1
- package/src/utils/tty.js +1 -1
- package/src/utils/url.d.ts +1 -1
- package/src/utils/url.js +1 -1
- package/src/utils/version.d.ts +1 -1
- package/src/utils/version.js +1 -1
- package/src/utils/webpack-browser-config.d.ts +1 -1
- package/src/utils/webpack-diagnostics.d.ts +1 -1
- package/src/utils/webpack-version.js +1 -1
- package/src/utils/workers.d.ts +1 -1
- package/src/utils/workers.js +1 -1
- package/src/webpack/configs/browser.d.ts +1 -1
- package/src/webpack/configs/common.js +1 -1
- package/src/webpack/configs/dev-server.d.ts +1 -1
- package/src/webpack/configs/dev-server.js +2 -2
- package/src/webpack/configs/index.d.ts +1 -1
- package/src/webpack/configs/index.js +1 -1
- package/src/webpack/configs/server.js +1 -1
- package/src/webpack/configs/stats.d.ts +1 -1
- package/src/webpack/configs/stats.js +1 -1
- package/src/webpack/configs/styles.d.ts +1 -1
- package/src/webpack/configs/styles.js +4 -1
- package/src/webpack/configs/test.d.ts +1 -1
- package/src/webpack/configs/test.js +1 -1
- package/src/webpack/configs/worker.js +1 -1
- package/src/webpack/es5-jit-polyfills.js +1 -1
- package/src/webpack/es5-polyfills.js +2 -2
- package/src/webpack/jit-polyfills.js +1 -1
- package/src/webpack/plugins/analytics.d.ts +1 -1
- package/src/webpack/plugins/analytics.js +1 -1
- package/src/webpack/plugins/any-component-style-budget-checker.d.ts +1 -1
- package/src/webpack/plugins/any-component-style-budget-checker.js +1 -1
- package/src/webpack/plugins/builder-watch-plugin.d.ts +1 -1
- package/src/webpack/plugins/common-js-usage-warn-plugin.d.ts +1 -1
- package/src/webpack/plugins/common-js-usage-warn-plugin.js +1 -1
- package/src/webpack/plugins/dedupe-module-resolve-plugin.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-accept.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-accept.js +1 -1
- package/src/webpack/plugins/hmr/hmr-loader.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-loader.js +1 -1
- package/src/webpack/plugins/index-html-webpack-plugin.js +1 -1
- package/src/webpack/plugins/index.d.ts +1 -1
- package/src/webpack/plugins/index.js +1 -1
- package/src/webpack/plugins/karma/karma-webpack-failure-cb.d.ts +1 -1
- package/src/webpack/plugins/karma/karma-webpack-failure-cb.js +1 -1
- package/src/webpack/plugins/named-chunks-plugin.d.ts +1 -1
- package/src/webpack/plugins/named-chunks-plugin.js +1 -1
- package/src/webpack/plugins/optimize-css-webpack-plugin.js +13 -6
- package/src/webpack/plugins/postcss-cli-resources.js +1 -1
- package/src/webpack/plugins/remove-hash-plugin.d.ts +1 -1
- package/src/webpack/plugins/scripts-webpack-plugin.d.ts +1 -1
- package/src/webpack/plugins/scripts-webpack-plugin.js +1 -1
- package/src/webpack/plugins/single-test-transform.d.ts +1 -1
- package/src/webpack/plugins/single-test-transform.js +1 -1
- package/src/webpack/plugins/suppress-entry-chunks-webpack-plugin.d.ts +1 -1
- package/src/webpack/plugins/suppress-entry-chunks-webpack-plugin.js +1 -1
- package/src/webpack/plugins/webpack-rollup-loader.d.ts +1 -1
- package/src/webpack/plugins/webpack-rollup-loader.js +1 -1
- package/src/webpack/utils/async-chunks.d.ts +1 -1
- package/src/webpack/utils/helpers.d.ts +1 -1
- package/src/webpack/utils/helpers.js +1 -1
- package/src/webpack/utils/stats.d.ts +1 -1
- package/src/webpack/utils/stats.js +2 -2
package/src/utils/fs.js
CHANGED
package/src/utils/index.d.ts
CHANGED
package/src/utils/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createTranslationLoader = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.normalizeAssetPatterns = exports.MissingAssetSourceRootException = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ensureOutputPaths = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright Google
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
8
|
require('../../../../../lib/bootstrap-local');
|
|
9
|
-
module.exports = require('./process-bundle.ts');
|
|
9
|
+
module.exports = require('./process-bundle.ts');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="packages/angular_devkit/build_angular/src/babel-bazel" />
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
|
-
* Copyright Google
|
|
4
|
+
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
7
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.inlineLocales = exports.createI18nPlugins = exports.process = exports.setup = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright Google
|
|
3
|
+
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -17,4 +17,3 @@ process.on('message', (message) => {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
|
-
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.augmentAppWithServiceWorker = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/spinner.d.ts
CHANGED
package/src/utils/spinner.js
CHANGED
package/src/utils/strip-bom.d.ts
CHANGED
package/src/utils/strip-bom.js
CHANGED
package/src/utils/tty.d.ts
CHANGED
package/src/utils/tty.js
CHANGED
package/src/utils/url.d.ts
CHANGED
package/src/utils/url.js
CHANGED
package/src/utils/version.d.ts
CHANGED
package/src/utils/version.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.assertCompatibleAngularVersion = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.withWebpackFourOrFive = exports.isWebpackFiveOrHigher = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/workers.d.ts
CHANGED
package/src/utils/workers.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getCommonConfig = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
|
-
* Copyright Google
|
|
4
|
+
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
7
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -96,7 +96,7 @@ function getDevServerConfig(wco) {
|
|
|
96
96
|
hot: hmr,
|
|
97
97
|
proxy: addProxyConfig(root, proxyConfig),
|
|
98
98
|
contentBase: false,
|
|
99
|
-
logLevel: '
|
|
99
|
+
logLevel: 'error',
|
|
100
100
|
},
|
|
101
101
|
};
|
|
102
102
|
}
|
|
@@ -12,7 +12,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
/**
|
|
14
14
|
* @license
|
|
15
|
-
* Copyright Google
|
|
15
|
+
* Copyright Google LLC All Rights Reserved.
|
|
16
16
|
*
|
|
17
17
|
* Use of this source code is governed by an MIT-style license that can be
|
|
18
18
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getServerConfig = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|