From bdd3f39b450a9e55d8ff40e4f5e5f74212bcdc79 Mon Sep 17 00:00:00 2001 From: Nic Jansma Date: Mon, 26 Aug 2024 10:19:30 -0400 Subject: [PATCH] Rollup specify AMD id --- rollup.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index c24f5a9713..3b5494a597 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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,