First run of version 2.1 with a production build and I am getting some errors in the log. I don’t notice any resulting problems yet, but thought I would ask.
The optimizeBundle = false
is present in my build.gradle file.
Nov 11 23:02:33 ip-172-31-33-206 web[12256]: 2023-11-11T23:02:33.053Z ERROR 12256 --- [nio-8080-exec-5] 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(JmixLoginForm.class) where it is used.
Nov 11 23:04:39 ip-172-31-33-206 web[12256]: 2023-11-11T23:04:39.662Z ERROR 12256 --- [nio-8080-exec-5] c.v.flow.component.internal.UIInternals : The component class io.jmix.flowui.kit.component.valuepicker.ValuePickerButton includes './src/value-picker-button/jmix-value-picker-button.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(ValuePickerButton.class) where it is used.
Nov 11 23:04:39 ip-172-31-33-206 web[12256]: 2023-11-11T23:04:39.665Z ERROR 12256 --- [nio-8080-exec-5] c.v.flow.component.internal.UIInternals : The component class io.jmix.flowui.component.combobox.EntityComboBox includes './src/combo-box-picker/jmix-combo-box-picker.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(EntityComboBox.class) where it is used.
Nov 11 23:04:39 ip-172-31-33-206 web[12256]: 2023-11-11T23:04:39.666Z ERROR 12256 --- [nio-8080-exec-5] c.v.flow.component.internal.UIInternals : The component class io.jmix.flowui.component.tabsheet.JmixTabSheet includes './src/tabsheet/jmix-tabsheet.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(JmixTabSheet.class) where it is used.
Nov 11 23:05:28 ip-172-31-33-206 web[12256]: 2023-11-11T23:05:28.681Z ERROR 12256 --- [nio-8080-exec-6] c.v.flow.component.internal.UIInternals : The component class io.jmix.flowui.component.valuepicker.EntityPicker includes './src/value-picker/jmix-value-picker.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(EntityPicker.class) where it is used.