You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding to devDependencies is done automatically by executing npm i my-custom-middleware, but the entry to ui5 dependencies needs to be done manually. It would be nice if this can be done also programmatically. E.g. Adding
ui5 add --pkg my-custom-middleware
Removing
ui5 remove --pkg my-custom-middleware
The text was updated successfully, but these errors were encountered:
As UI5 Tooling 3.0 is released, closing this. With UI5 Tooling 3.0 it is no longer necessary to specify the devDependencies also in the ui5/dependencies section in the package.json
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
If I want to use a custom middleware with
ui5-tooling
, then I need to add i todevDependencies
and toui5 dependencies
in thepackage.json
, e.g.Adding to
devDependencies
is done automatically by executingnpm i my-custom-middleware
, but the entry toui5 dependencies
needs to be done manually. It would be nice if this can be done also programmatically. E.g.Adding
Removing
The text was updated successfully, but these errors were encountered: