Open
Description
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.