Skip to content

Commit

Permalink
build!: remove iife version
Browse files Browse the repository at this point in the history
Use import maps instead
  • Loading branch information
posva committed Dec 25, 2023
1 parent c0a7f1b commit 0ee5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
// splitting: false,
sourcemap: true,
clean: true,
format: ['cjs', 'esm', 'iife'],
format: ['cjs', 'esm'],
globalName: 'PiniaColada',
external: ['vue', 'pinia'],
dts: true,
Expand Down

0 comments on commit 0ee5c8a

Please sign in to comment.