Use bundled VHS with VideoJS and reinstall js libraries

This commit is contained in:
Gabe Kangas
2021-10-21 11:23:41 -07:00
parent fa46bd95aa
commit 112f6b6aaa
12 changed files with 135 additions and 33788 deletions

View File

@@ -14,12 +14,8 @@ function createCommonjsModule(fn, basedir, module) {
}, fn(module, module.exports), module.exports;
}
function getDefaultExportFromNamespaceIfNotNamed (n) {
return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n;
}
function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
}
export { commonjsGlobal as a, getDefaultExportFromNamespaceIfNotNamed as b, createCommonjsModule as c, getDefaultExportFromCjs as g };
export { commonjsGlobal as a, createCommonjsModule as c, getDefaultExportFromCjs as g };