Skip to content

Commit

Permalink
minify iife
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 7, 2023
1 parent a8f6dac commit 0d5f84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const iife: Options = {
format: ['iife'],
...opts,
bundle: true,
minify: true,
target: 'es2020', // ?
platform: "browser",
globalName: "RiTa",
Expand Down

0 comments on commit 0d5f84f

Please sign in to comment.