We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f8d76 commit 836d8cbCopy full SHA for 836d8cb
src/js/index.js
@@ -2,3 +2,5 @@ import videojs from './video';
2
import 'videojs-contrib-quality-levels';
3
import '@videojs/http-streaming';
4
export default videojs;
5
+// eslint-disable-next-line no-console
6
+console.log('THIS IS A VALIDATION OF RELEASES!');
0 commit comments