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:
parent
f0db8f103c
commit
bdd3f39b45
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user