Skip to content

Commit

Permalink
fix: Make material styles work in hotdeploy dev mode (#16470) (CP: 23…
Browse files Browse the repository at this point in the history
….3) (#16514)

Fixes #16369
  • Loading branch information
Artur- committed Apr 3, 2023
1 parent a9abd31 commit 2595da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow-server/src/main/resources/vite.generated.ts
Expand Up @@ -317,7 +317,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 2595da7

Please sign in to comment.