Skip to content

Commit

Permalink
set the correct global name for the cdn sdk js file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Dec 13, 2024
1 parent 91410a3 commit 72858d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ export default defineConfig((options) => {
outExtension: () => ({ js: '.cdn.js' }),
outDir: 'dist',
platform: 'browser',
format: 'esm',
format: 'iife',
target: 'es2022',
globalName: 'immutable',
bundle: true,
splitting: false,
skipNodeModulesBundle: false,
Expand Down

0 comments on commit 72858d1

Please sign in to comment.