1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

Rollup specify AMD id

This commit is contained in:
Nic Jansma 2024-08-26 10:19:30 -04:00
parent f0db8f103c
commit bdd3f39b45
No known key found for this signature in database
GPG Key ID: 3BCB6A14885DD977

View File

@ -137,6 +137,9 @@ export default cliargs => [
input: 'src/js/index.js',
output: {
format: 'umd',
amd: {
id: 'videojs'
},
file: 'dist/video.js',
name: 'videojs',
banner,