mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
This commit is contained in:
parent
37e90e3dfe
commit
214f5d9fc3
4949 changed files with 1393320 additions and 29 deletions
11
node_modules/videojs-contrib-quality-levels/scripts/rollup.config.js
generated
vendored
Normal file
11
node_modules/videojs-contrib-quality-levels/scripts/rollup.config.js
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
const generate = require('videojs-generate-rollup-config');
|
||||
|
||||
// see https://github.com/videojs/videojs-generate-rollup-config
|
||||
// for options
|
||||
const options = {};
|
||||
const config = generate(options);
|
||||
|
||||
// Add additonal builds/customization here!
|
||||
|
||||
// export the builds to rollup
|
||||
export default Object.values(config.builds);
|
Loading…
Add table
Add a link
Reference in a new issue