Skip to content

Commit 69a595b

Browse files
author
Angular Builds
committed
b5c4a2344 fix(@angular-devkit/build-angular): support ESNext as target for JavaScript optimizations
1 parent 148141d commit 69a595b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "1.0.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a35262e6a",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#a35262e6a",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#a35262e6a",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b5c4a2344",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#b5c4a2344",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b5c4a2344",
1313
"@babel/core": "7.16.7",
1414
"@babel/generator": "7.16.8",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.16.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#a35262e6a",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#b5c4a2344",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/webpack/plugins/any-component-style-budget-checker.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ class AnyComponentStyleBudgetChecker {
4747
name: PLUGIN_NAME,
4848
stage: webpack_1.Compilation.PROCESS_ASSETS_STAGE_ANALYSE,
4949
}, () => {
50-
// No budgets.
51-
if (this.budgets.length === 0) {
52-
return;
53-
}
5450
// In AOT compilations component styles get processed in child compilations.
5551
if (!compilation.compiler.parentCompilation) {
5652
return;

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sun Jan 16 2022 20:11:50 GMT+0000 (Coordinated Universal Time)
1+
Sun Jan 16 2022 20:14:49 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)