From abc0b25c110d0e0f244057e29afc15acba3f315c Mon Sep 17 00:00:00 2001 From: Thibault Nocchi <1619359+ThibaultNocchi@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:49:24 +0100 Subject: [PATCH] fix(hls): playback should work without bundling hls --- webpack.common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 1b5d41fc42..eebd423d98 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -158,7 +158,6 @@ const config = { path.resolve(__dirname, 'node_modules/dom7'), path.resolve(__dirname, 'node_modules/epubjs'), path.resolve(__dirname, 'node_modules/flv.js'), - path.resolve(__dirname, 'node_modules/hls.js'), path.resolve(__dirname, 'node_modules/libarchive.js'), path.resolve(__dirname, 'node_modules/marked'), path.resolve(__dirname, 'node_modules/react-router'),