Skip to content
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

Support wildcard libs mapping in tsconfig #98

Open
artaommahe opened this issue Nov 16, 2021 · 1 comment
Open

Support wildcard libs mapping in tsconfig #98

artaommahe opened this issue Nov 16, 2021 · 1 comment

Comments

@artaommahe
Copy link

artaommahe commented Nov 16, 2021

Current version of plugin works with local libraries that mapped as described in documentation via full path for each of them.
We use shorter version with wildcard for our libs/ folder like this to avoid having hundreds of libs in paths

"paths": {
  "@skyeng/libs/*": ["./libs/*"]
},

It works completely fine with all other tooling, but currently there is no way to configure MF plugin to support such case and such libs cannot be shared between host and remotes.

@Predhin
Copy link

Predhin commented May 5, 2023

@manfredsteyer do we have any update on this ? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants