mirror of
https://github.com/videojs/video.js.git
synced 2025-09-16 09:26:56 +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:
committed by
Gary Katsevman
parent
a55c51fd59
commit
45d1ca9c73
@@ -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'
|
||||
]),
|
||||
|
Reference in New Issue
Block a user