@angular-devkit/build-optimizer 0.10.3 → 0.10.7
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Transformations applied depend on file content:
|
|
|
11
11
|
- [Import tslib](#import-tslib): applied when TypeScript helpers are found.
|
|
12
12
|
|
|
13
13
|
Some of these optimizations add `/*@__PURE__*/` comments.
|
|
14
|
-
These are used by
|
|
14
|
+
These are used by JS optimization tools to identify pure functions that can potentially be dropped.
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
### Class fold
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-optimizer",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "Angular Build Optimizer",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"loader-utils": "1.1.0",
|
|
12
12
|
"source-map": "0.5.6",
|
|
13
|
-
"typescript": "3.1.
|
|
13
|
+
"typescript": "3.1.6",
|
|
14
14
|
"webpack-sources": "1.2.0"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|