Skip to content

Commit 45d1ca9

Browse files
squarebracketgkatsev
authored andcommitted
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.
1 parent a55c51f commit 45d1ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ const externals = {
8888
'mpd-parser',
8989
'mux.js',
9090
'mux.js/lib/mp4',
91-
'mux.js/lib/tools/ts-inspector.js',
9291
'mux.js/lib/mp4/probe',
92+
'mux.js/lib/tools/ts-inspector.js',
93+
'mux.js/lib/tools/mp4-inspector',
9394
'aes-decrypter',
9495
'keycode'
9596
]),

0 commit comments

Comments
 (0)