Closed petermuessig closed 1 year ago
Hey Peter, this works as designed.
For myapp to be able to use the ui5-tooling-stringreplace
dependency, mylib needs to declare it within the package.json dependencies
rather than devDependencies
.
That's true, indeed... My mistake...
Expected Behavior
When building an UI5 application project consuming a custom UI5 library project providing own build tasks, the build should be able to run this build task for this UI5 library project.
Current Behavior
The build fails with the issue that the tooling extension providing the custom build task cannot be found:
Steps to Reproduce the Issue
npm install
in the project rootnpm run build:app
to see the issueContext
ui5 --version
when using the CLI):unknown
MacOS