diff --git a/build-config.js b/build-config.js index b3976b6ad2f..b1b80baea86 100644 --- a/build-config.js +++ b/build-config.js @@ -296,6 +296,11 @@ const configs = Object.entries({ format: FORMAT.umd, minified: true, }), + lightEsm: buildRollupConfig({ + type: BUILD_TYPE.light, + format: FORMAT.esm, + minified: false, + }), worker: { input: './src/demux/transmuxer-worker.ts', onwarn: (e) => { diff --git a/docs/API.md b/docs/API.md index fe10fbaf7a5..9b751b0ea09 100644 --- a/docs/API.md +++ b/docs/API.md @@ -12,7 +12,6 @@ See [API Reference](https://hlsjs-dev.video-dev.org/api-docs/) for a complete li - [Fourth step: control through `