-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Vue builds #15105
Fix Vue builds #15105
Conversation
Upstream bug: spring-projects/spring-boot#26627 |
@mshima yes I saw that |
Just for reference. |
Those config files seems related to webpack. |
@mshima I try |
@mshima it works :) |
@DanielFran it works with Angular |
@qmonmert try renaming webpack/index.js to env.js. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just missing cleanup at https://github.com/jhipster/generator-jhipster/blob/main/generators/cleanup.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qmonmert I believe the path is not correct for the files you are removing
Adding a bounty on this, for the time to investigate and fix the builds |
@qmonmert : approved |
All Vue builds failed currently, with this error:
ERROR org.springframework.boot.SpringApplication - Application run failed java.lang.IllegalStateException: No subdirectories found for mandatory directory location 'file:./config/*/'.
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.