Skip to content

Commit

Permalink
Provide light ESM dist file (#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz authored May 16, 2023
1 parent 093a41c commit a58ce98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit a58ce98

Please sign in to comment.