We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7205fae commit 60ceab3Copy full SHA for 60ceab3
third_party/terser/README.md
@@ -1,4 +1,4 @@
1
-Bundled version of terser 4.1.0 with emscripten patches
+Bundled version of terser 4.8.0 with emscripten patches
2
=======================================================
3
4
We maintain a few downstream patches to terser which means we can't use the
@@ -13,5 +13,5 @@ To make changes to this code please submit patches to
13
https://github.com/emscripten-core/terser/ and then re-create this bundle
14
using the following steps:
15
16
- $ npx rollup -c
17
- $ cp dist/bundle.js $EMSCRIPTEN_ROOT/third_party/terser/terser.js
+ $ CI=1 npx rollup -c
+ $ cp dist/bundle.min.js $EMSCRIPTEN_ROOT/third_party/terser/terser.js
0 commit comments