UNPKG

videojs-contrib-ads

Version:

A framework that provides common functionality needed by video advertisement libraries working with video.js.

12 lines (8 loc) 347 B
const generate = require('videojs-generate-rollup-config'); // see https://github.com/videojs/videojs-generate-rollup-config // for options const options = {testInput: 'test/**/test.*.js'}; const config = generate(options); // Add additonal builds/customization here! // export the builds to rollup export default Object.values(config.builds);