Skip to content

Commit

Permalink
chore: exclude hilla-dev-mode from vaadin-spring-boot-starter
Browse files Browse the repository at this point in the history
But not from the vaadin-core which brings in vaadin-dev with hilla-dev-mode. Excluding vaadin-dev for production builds work better this way.
  • Loading branch information
tltv authored and manolo committed Feb 3, 2024
1 parent 1660191 commit e30cd53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vaadin-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
<dependency>
<groupId>com.vaadin.hilla</groupId>
<artifactId>hilla-react</artifactId>
<exclusions>
<exclusion>
<groupId>com.vaadin.hilla</groupId>
<artifactId>hilla-dev-mode</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Spring -->
Expand Down

0 comments on commit e30cd53

Please sign in to comment.