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- authored and vaadin-bot committed Apr 3, 2023
1 parent 7336449 commit 793c285
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 @@ -439,7 +439,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 793c285

Please sign in to comment.