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:
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'
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user