Skip to content

Commit

Permalink
Rollup specify AMD id
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 26, 2024
1 parent f0db8f1 commit bdd3f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bdd3f39

Please sign in to comment.