https://forum.jmix.io/t/jmix-2-1-component-class-not-included-in-production-bundle/3952/16
After heaving read the topic above, we still experience one warning in Jmix 2.1.3
after startup:
2024-02-19T08:31:36.252+01:00 INFO 197547 --- [main] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in production mode.
The following feature previews are enabled:
- SideNav component (Production ready but tweaks to at least the internal DOM will still take place)
...
2024-02-19T08:32:11.740+01:00 ERROR 197547 --- [http-nio-8085-exec-2] c.v.flow.component.internal.UIInternals : The component class io.jmix.flowui.component.loginform.JmixLoginForm includes './src/login-form/jmix-login-form.js' but this file was not included when creating the production bundle. The component will not work properly. Check that you have a reference to the component and that you are not using it only through reflection. If needed add a @Uses(JmixLoginFo
rm.class) where it is used.