-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
isomorphicRslog.createLogger is not a function #3137
Comments
please provide a repo |
i am currently having a similar issue
|
When we update our project that uses @module-federation/enhanced to version 0.6.3 to 0.6.16 we are having the issue with craco config:
one more thing ... looks like a problem related to PNPM. with NPM it is working correctly. I have 2 different micro-frontends. One with PNPM another one with NPM |
@mes113 you must provide a repository |
@ScriptedAlchemy https://github.com/mes113/mf-issue-example |
your build is treating Add correct resolve extensions for cjs files, the build configuration seems to be non-compliant with modern specifications. https://webpack.js.org/configuration/resolve/#resolveextensionalias You may also have to fix the loader configuration or CRA since babel loader regex may only cover I would recomend using rsbuild since CRA is long since dead. https://rspack.dev/guide/migration/cra |
Describe the bug
I create a new project and add @module-federation/enhanced v0.6.14, then
import '@module-federation/enhanced/runtime';
and got the errorisomorphicRslog.createLogger is not a function TypeError: isomorphicRslog.createLogger is not a function
Reproduction
install v0.6.14
Used Package Manager
yarn
System Info
Validations
The text was updated successfully, but these errors were encountered: