mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
Improving the get restream credentials
This commit is contained in:
parent
654dda115a
commit
56cb1fd5cb
6058 changed files with 1166166 additions and 1430809 deletions
56
node_modules/@videojs/vhs-utils/scripts/rollup.config.js
generated
vendored
56
node_modules/@videojs/vhs-utils/scripts/rollup.config.js
generated
vendored
|
@ -1,28 +1,28 @@
|
|||
const createTestData = require('./create-test-data.js');
|
||||
const generate = require('videojs-generate-rollup-config');
|
||||
// see https://github.com/videojs/videojs-generate-rollup-config
|
||||
// for options
|
||||
const options = {
|
||||
input: 'src/index.js',
|
||||
exportName: 'vhsUtils',
|
||||
distName: 'vhs-utils',
|
||||
primedPlugins(defaults) {
|
||||
return Object.assign(defaults, {
|
||||
createTestData: createTestData()
|
||||
});
|
||||
},
|
||||
plugins(defaults) {
|
||||
defaults.test.splice(0, 0, 'createTestData');
|
||||
return defaults;
|
||||
}
|
||||
};
|
||||
const config = generate(options);
|
||||
|
||||
if (config.builds.module) {
|
||||
delete config.builds.module;
|
||||
}
|
||||
|
||||
// Add additonal builds/customization here!
|
||||
|
||||
// export the builds to rollup
|
||||
export default Object.values(config.builds);
|
||||
const createTestData = require('./create-test-data.js');
|
||||
const generate = require('videojs-generate-rollup-config');
|
||||
// see https://github.com/videojs/videojs-generate-rollup-config
|
||||
// for options
|
||||
const options = {
|
||||
input: 'src/index.js',
|
||||
exportName: 'vhsUtils',
|
||||
distName: 'vhs-utils',
|
||||
primedPlugins(defaults) {
|
||||
return Object.assign(defaults, {
|
||||
createTestData: createTestData()
|
||||
});
|
||||
},
|
||||
plugins(defaults) {
|
||||
defaults.test.splice(0, 0, 'createTestData');
|
||||
return defaults;
|
||||
}
|
||||
};
|
||||
const config = generate(options);
|
||||
|
||||
if (config.builds.module) {
|
||||
delete config.builds.module;
|
||||
}
|
||||
|
||||
// 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