.Net blueprint cannot be released due to modularization specifics. #27764
Labels
area: bug 🐛
$$ bug-bounty $$
https://www.jhipster.tech/bug-bounties/
theme: blueprint 🐾
$500
https://www.jhipster.tech/bug-bounties/
Overview of the issue
.Net blueprint generates a quite different structure.
JHipster modular support needs adjusts.
Java based projects:
.Net:
There are 2 package.json to be considered: at root and at client folder.
Currently if the dependency is in package.json templates it will be written to client's package.json and if the dependency is injected it will be written to root's package.json.
Same for scripts.
We should add an api to write to client's package.json and adjust insertions.
Browsers and Operating System
The text was updated successfully, but these errors were encountered: