Skip to content

Commit

Permalink
set autoExternal to false for UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 13, 2024
1 parent d3e17c2 commit d90411a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export default defineConfig({
},
{
format: "umd",
// This will include all the JS code into one single file without
// the use of require()
autoExternal: false,
umdName: "VideomailClient",
output: {
distPath: {
Expand Down

0 comments on commit d90411a

Please sign in to comment.