@angular-devkit/build-angular 0.1102.3 → 0.1102.4
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/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "0.1102.
|
|
3
|
+
"version": "0.1102.4",
|
|
4
4
|
"description": "Angular Webpack Build Facade",
|
|
5
5
|
"experimental": true,
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"typings": "src/index.d.ts",
|
|
8
8
|
"builders": "builders.json",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@angular-devkit/architect": "0.1102.
|
|
11
|
-
"@angular-devkit/build-optimizer": "0.1102.
|
|
12
|
-
"@angular-devkit/build-webpack": "0.1102.
|
|
13
|
-
"@angular-devkit/core": "11.2.
|
|
10
|
+
"@angular-devkit/architect": "0.1102.4",
|
|
11
|
+
"@angular-devkit/build-optimizer": "0.1102.4",
|
|
12
|
+
"@angular-devkit/build-webpack": "0.1102.4",
|
|
13
|
+
"@angular-devkit/core": "11.2.4",
|
|
14
14
|
"@babel/core": "7.12.10",
|
|
15
15
|
"@babel/generator": "7.12.11",
|
|
16
16
|
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@babel/runtime": "7.12.5",
|
|
20
20
|
"@babel/template": "7.12.7",
|
|
21
21
|
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
|
22
|
-
"@ngtools/webpack": "11.2.
|
|
22
|
+
"@ngtools/webpack": "11.2.4",
|
|
23
23
|
"ansi-colors": "4.1.1",
|
|
24
24
|
"autoprefixer": "10.2.4",
|
|
25
25
|
"babel-loader": "8.2.2",
|
|
@@ -49,7 +49,7 @@ class InlineCriticalCssProcessor {
|
|
|
49
49
|
// Clean up value from value less attributes.
|
|
50
50
|
// This is caused because parse5 always requires attributes to have a string value.
|
|
51
51
|
// nomodule="" defer="" -> nomodule defer.
|
|
52
|
-
content: content.replace(/(\s
|
|
52
|
+
content: content.replace(/(\s(?:defer|nomodule))=""/g, '$1'),
|
|
53
53
|
errors: critters.errors,
|
|
54
54
|
warnings: critters.warnings,
|
|
55
55
|
};
|