-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Production gradle build doesn't work after upgrade to 4.6.0/1 #6078
Comments
Seems like you have an issue from modification you have done so I suggest you take this to stack overflow. I suggest you also provide more details about what you have done if you expect help This is not a bug or feature request and hence this is not the correct forum for this. This helps us to keep issue tracker clean. Also stack overflow will give your query a larger audience. |
I'm sorry but I can't reproduce:
I'm closing this as I can't reproduce, of course please re-open if you have more information to help me. |
Ok, no worries. This is the first upgrade which hasn't worked for me so thought there might be an issue, but happy for you to close. -Update- Appreciate the work you both do. Thank you. |
Overview of the issue
I have upgraded from 4.5.1 to 4.6.0 (and now this afternoon up to 4.6.1) and everything works perfectly, except the new webpack.prod.js (yarn webpack:prod or via gradle gradlew -Pprod bootRepackage -x test) which runs and never completes. It does get an error which I have shown below but it doesn't stop the process from continuing to run:
Motivation for or Use Case
No longer can perform production builds. I want to keep using the jhipster webpack/gradle configurations un-modified and this has worked up till this release.
Reproduce the error
As above. I have included "ngx-chips": "1.4.5" in package.json. This plugin works correctly after dev builds/yarn start.
Related issues
No
Suggest a Fix
N/A
JHipster Version(s)
4.6.0 and 4.6.1 both have the issues
JHipster configuration
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Browsers and Operating System
Mac OS High Sierra
The text was updated successfully, but these errors were encountered: