1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00

chore: change rollup config so that npm run watch works (#5966)

There was a mux.js file missing from the externals list for module outputs.
This commit is contained in:
Chuck Wilson 2019-04-29 13:18:31 -04:00 committed by Gary Katsevman
parent a55c51fd59
commit 45d1ca9c73

View File

@ -88,8 +88,9 @@ const externals = {
'mpd-parser',
'mux.js',
'mux.js/lib/mp4',
'mux.js/lib/tools/ts-inspector.js',
'mux.js/lib/mp4/probe',
'mux.js/lib/tools/ts-inspector.js',
'mux.js/lib/tools/mp4-inspector',
'aes-decrypter',
'keycode'
]),