We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
By design in tsconfig.json you able to set multilple paths like so:
"@wololo/auth": [ "dist/@wololo/auth", "libs/auth/src/index" ]
This declaration works by following idea: "use compiled library, if not - compile from source"
But, here as you can see you just pick first path:
module-federation-plugin/packages/mf/src/utils/shared-mappings.ts
Line 33 in c60bf4f