While using vite, using this dependecy causes a webpack.config.js to be generated for some mysterious reason.
version 1.3.5.
Vaadin 23.3.18
While using vite, using this dependecy causes a webpack.config.js to be generated for some mysterious reason.
version 1.3.5.
Vaadin 23.3.18
There is mysterious vaadin-featureflags.properties file present in root of 1.3.5 jar and it contains
# Use Webpack for front-end builds (Deprecated)
com.vaadin.experimental.webpackForFrontendBuild=true
No such file is present in git sources.
And the git sources try to build v1.3.4, it seems like some manual packaging mistake ?? (V1.3.3 seems to be fine).
Thanks for spotting this. I rebuild the add-on without that file. Try 1.3.6.
Thank you for the quick fix!