Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed May 21, 2024
1 parent fbce6c6 commit 2f1792d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
const fileName = 'lib-[format]'
const formats: LibraryFormats[] = [ 'es', 'cjs' ]
const emptyOutDir = true
const minify = 'development' !== mode
const minify = 'production' === mode ? 'terser' : false

const alias = {
'@': fileURLToPath(new URL(srcDir, import.meta.url)),
Expand Down

0 comments on commit 2f1792d

Please sign in to comment.