vaadin / vaadin-gradle-plugin

Gradle plugin for Vaadin 14 applications. Takes care of front-end build, helps to configure repositories and to create various project and file templates.
Apache License 2.0
31 stars 9 forks source link

compression-webpack-plugin switches versions on each run #95

Closed magneticflux- closed 4 years ago

magneticflux- commented 4 years ago

Desktop (please complete the following information):

Describe the bug Running the application in dev mode changes the version of compression-webpack-plugin between 3.1.0 and 4.0.1. Each run changes the value to the opposite version.

To Reproduce Steps to reproduce the behavior:

  1. Setup project with IntelliJ IDEA
  2. Run the project in debug mode
  3. See check package.json

Expected behavior The package.json should be static for a certain Vaadin version and plugin version.

mvysny commented 4 years ago

Hi, thank you for your report. I have tried a bit newer plugin 0.17.0.1 and Vaadin 17.0.7 and I'm no longer experiencing this issue. Could you please try to v-bump Vaadin and the plugin and try again? You can try the https://github.com/mvysny/karibu10-helloworld-application project, but please make sure to use the master branch.

magneticflux- commented 4 years ago

It looks like Vaadin 17.0.7 fixed the issue somehow. I'll reopen this if it happens again and we can try to track down the root cause then.