mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Update node modules
This commit is contained in:
parent
d429e6f7d8
commit
c05a371397
1993 changed files with 9729 additions and 44041 deletions
17
node_modules/videojs-hls-quality-selector/scripts/rollup.config.js
generated
vendored
Normal file
17
node_modules/videojs-hls-quality-selector/scripts/rollup.config.js
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
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!
|
||||
|
||||
// do not build module dists with rollup
|
||||
// this is handled by build:es and build:cjs
|
||||
if (config.builds.module) {
|
||||
delete config.builds.module;
|
||||
}
|
||||
|
||||
// export the builds to rollup
|
||||
export default Object.values(config.builds);
|
Loading…
Add table
Add a link
Reference in a new issue