Skip to content

Commit

Permalink
build(aio): upgrade to uglify-es@3.3.5 (#21350)
Browse files Browse the repository at this point in the history
This should fix the size regression spotted via the previous commit.

-rw-r--r--  1 iminar  eng   72498 Jan  8 00:03 dist/0.86a7a08f7866e6cdc36f.chunk.js
-rw-r--r--  1 iminar  eng   14872 Jan  8 00:03 dist/4.c719ac5645940382cdce.chunk.js
-rw-r--r--  1 iminar  eng    1558 Jan  8 00:03 dist/inline.7722895d8c844f710bcd.bundle.js
-rw-r--r--  1 iminar  eng  453905 Jan  8 00:03 dist/main.faff0e2da95443f759f5.bundle.js
-rw-r--r--  1 iminar  eng   40264 Jan  8 00:03 dist/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r--  1 iminar  eng   54001 Jan  8 00:03 dist/worker-basic.min.js

PR Close #21350
  • Loading branch information
IgorMinar authored and alexeagle committed Jan 10, 2018
1 parent c46afce commit 0a5a878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"master": {
"gzip7": {
"inline": 941,
"main": 118475,
"main": 115381,
"polyfills": 12962
},
"gzip9": {
"inline": 941,
"main": 118270,
"main": 115186,
"polyfills": 12958
},
"uncompressed": {
"inline": 1558,
"main": 466484,
"polyfills": 40363
"main": 453905,
"polyfills": 40264
}
}
}
}
}
4 changes: 2 additions & 2 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8454,8 +8454,8 @@ typescript@~2.6.1:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"

uglify-es@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.4.tgz#2d592678791e5310456bbc95e952139e3b13167a"
version "3.3.5"
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.5.tgz#cf7e695da81999f85196b15e2978862f13212f88"
dependencies:
commander "~2.12.1"
source-map "~0.6.1"
Expand Down

0 comments on commit 0a5a878

Please sign in to comment.