Skip to content

Commit

Permalink
feat: enable silent mode in Vite configuration for improved build output
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalinovInfra committed Jan 23, 2025
1 parent f84f9d7 commit fc8054f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig({
targets: [
{ src: 'src/assets', dest: 'src' },
],
silent: true,
}),
/** PWA Plugin for service worker generation */
VitePWA({
Expand Down

0 comments on commit fc8054f

Please sign in to comment.