Skip to content

Commit

Permalink
don't minify for now
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jun 5, 2024
1 parent d00e90d commit 6a4dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account-kit/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
dts: false, // TODO: figure out how to reenable
sourcemap: true,
clean: true,
minify: true,
minify: false,
// Because we're injecting CSS via shadow DOM, we'll disable style injection and load CSS as a base64 string.
// TODO: figure out how to do this conditionally for only specific imports?
injectStyle: false,
Expand Down

0 comments on commit 6a4dff9

Please sign in to comment.