Closed magneticflux- closed 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.
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.
Desktop (please complete the following information):
0.17.0.0
17.0.3
Describe the bug Running the application in dev mode changes the version of
compression-webpack-plugin
between3.1.0
and4.0.1
. Each run changes the value to the opposite version.To Reproduce Steps to reproduce the behavior:
package.json
Expected behavior The
package.json
should be static for a certain Vaadin version and plugin version.