After upgrading so-charts to version 6.0.0 my Spring Boot 4 / Vaadin 25 app fails to build, saying:
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:25.0.2:build-frontend (default) on project clanie-portfolio: null: MojoFailureException: InvocationTargetException: Could not execute build-frontend goal: Error occured during goal execution:
[ERROR]
[ERROR] Failed to find the following files:
[ERROR] - ./chart.js
[ERROR]
[ERROR] Locations searched were:
[ERROR] - `/Users/cn/workspace/portfolio/./frontend` in this project
[ERROR] - `META-INF/frontend` in included JARs
[ERROR] - `META-INF/resources/frontend` in included JARs
[ERROR]
[ERROR] Please, double check that those files exist. If you use a custom directory for your resource files instead of default `frontend` folder then make sure you it's correctly configured (e.g. set 'vaadin.frontend.folder' property)