Skip to content

Commit

Permalink
fix: Make material styles work in hotdeploy dev mode (#16470)
Browse files Browse the repository at this point in the history
Fixes #16369
  • Loading branch information
Artur- committed Apr 3, 2023
1 parent e65b9fd commit d15f537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow-server/src/main/resources/vite.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ function vaadinBundlesPlugin(): PluginOption {
exclude: [
// Vaadin bundle
'@vaadin/bundles',
...Object.keys(vaadinBundleJson.packages)
...Object.keys(vaadinBundleJson.packages),
'@vaadin/vaadin-material-styles'
]
}
},
Expand Down

0 comments on commit d15f537

Please sign in to comment.