Skip to content

Commit

Permalink
fix: Preserve usage stats for all hot deploy mode as well (#19622) (#…
Browse files Browse the repository at this point in the history
…19678)

Related-to vaadin/platform#6488

Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
Co-authored-by: Marco Collovati <marco@vaadin.com>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent ce128b5 commit aba2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-server/src/main/resources/vite.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export const vaadinConfig: UserConfigFn = (env) => {
devMode && showRecompileReason(),
settings.offlineEnabled && buildSWPlugin({ devMode }),
!devMode && statsExtracterPlugin(),
devBundle && preserveUsageStats(),
!productionMode && preserveUsageStats(),
themePlugin({ devMode }),
postcssLit({
include: ['**/*.css', /.*\/.*\.css\?.*/],
Expand Down

0 comments on commit aba2b89

Please sign in to comment.