Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unnecessary dependency to hybrid dev module
vaadin-dev-bundle requires vaadin-hybrid-dev-bundle only to extract the hybrid package-lock.json file. It is unnecessary to have the hybrid bundle module as a project dependency, since the unpack goal of maven-dependency-plugin don't need the project to download the artifact. Moreover, having the hybrid bundle as project dependency can cause issue during bundle creation, if the flow maven plugin finds the stats.json from the hybrid bundle.
- Loading branch information