@@ -191,9 +191,6 @@ module.exports = (config) => {
191191 // Babel polyfill, required for async/await
192192 'node_modules/@babel/polyfill/dist/polyfill.js' ,
193193
194- // muxjs module next
195- 'node_modules/mux.js/dist/mux.min.js' ,
196-
197194 // codem-isoboxer module next
198195 'node_modules/codem-isoboxer/dist/iso_boxer.min.js' ,
199196
@@ -247,6 +244,9 @@ module.exports = (config) => {
247244 { pattern : 'test/test/assets/hls-ts-h264/*' , included : false } ,
248245 { pattern : 'test/test/assets/hls-ts-mp3/*' , included : false } ,
249246 { pattern : 'test/test/assets/hls-ts-muxed-aac-h264/*' , included : false } ,
247+ { pattern : 'test/test/assets/hls-ts-muxed-ac3-h264/*' , included : false } ,
248+ { pattern : 'test/test/assets/hls-ts-muxed-mp3-h264/*' , included : false } ,
249+ { pattern : 'test/test/assets/hls-ts-muxed-ec3-h264/*' , included : false } ,
250250 { pattern : 'dist/shaka-player.ui.js' , included : false } ,
251251 { pattern : 'dist/locales.js' , included : false } ,
252252 { pattern : 'demo/**/*.js' , included : false } ,
0 commit comments