Skip to content

Commit

Permalink
Minify on test
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 16, 2024
1 parent 3213486 commit bb17dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const baseConfig: Options & { target: Target[] } = {
format: 'esm',
loader: { '.js': 'jsx' },
metafile: true,
minify: env === 'production',
minify: env === 'production' || env === 'test',
platform: 'browser',
sourcemap: true,
splitting: true,
Expand Down

0 comments on commit bb17dba

Please sign in to comment.