Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make hybrid dev module a provided dependency #6918

Merged
merged 2 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. chore: make hybrid dev module a provided dependency

    vaadin-dev-bundle requires vaadin-hybrid-dev-bundle only to extract the hybrid
    package-lock.json file. It necessary to have the hybrid bundle module as a
    project dependency, to make sure modules are executed in the correct order by
    maven reactor. However, the scope of the hybrid dependency must be provided
    to prevent the flow maven plugin to find its stats.json in classpath and
    then refusing to create a new dev bundle.
    mcollovati committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5839fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    d6bc784 View commit details
    Browse the repository at this point in the history