From 69ad452ef9ba44ad4a12a30d67f0fc0f713337cd Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Fri, 3 Aug 2018 15:16:23 -0400 Subject: [PATCH 1/2] remove uglify typeofs option --- scripts/rollup.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index c92acdb6e..7398b2d82 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -75,9 +75,6 @@ export default [ external: ['video.js'], plugins: umdPlugins .concat([uglify({ - compress: { - typeofs: false - }, output: { comments: 'some' } From 7f2d76c60fe772451e4474dbd1bdc75e018cfa29 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Mon, 6 Aug 2018 11:42:16 -0400 Subject: [PATCH 2/2] remove window usage in worker code --- index.html | 2 +- src/decrypter-worker.js | 3 +-- src/mse/transmuxer-worker.js | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 8404fcca2..83cfe45dd 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ - +