SAP / ui5-webcomponents-ngx

UI5 Web Components for Angular provides directives for each UI5 Web Component. The directives allow to easily build your Angular application following the SAP Design System.
https://ui5-webcomponents-ngx.netlify.app/
Apache License 2.0
25 stars 4 forks source link

fix: fixed problems with executor resolution in yarn workspaces #10

Closed g-cheishvili closed 1 year ago

g-cheishvili commented 1 year ago

Description

After the introduction of Lerna, we had to use yarn workspaces and since we have a custom plugin for certain things, executors would not resolve properly(they needed .js extension), this small fix does the trick.

More info can be found here https://github.com/nrwl/nx/issues/9823

g-cheishvili commented 1 year ago

@N1XUS This is the fix you need now