We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fd06a commit 7c5a066Copy full SHA for 7c5a066
rollup.config.js
@@ -154,7 +154,8 @@ export default cliargs => [
154
{
155
input: 'src/js/video.js',
156
output: {
157
- format: 'cjs',
+ format: 'umd',
158
+ name: 'videojs',
159
file: 'dist/alt/video.core.js',
160
strict: false,
161
banner
@@ -174,7 +175,8 @@ export default cliargs => [
174
175
176
177
178
179
180
file: 'dist/alt/video.core.novtt.js',
181
182
banner: compiledLicense(Object.assign({includesVtt: true}, bannerData))
0 commit comments