-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
The plugin doesnt work with module federation #837
Comments
Update webpack to the latest version and plugin too |
And you still on webpack v4, check it |
@alexander-akait nope
|
You should not do it, rename package to |
i need two version of webpack and i building MF this command
|
You have mixed verisons of webpack, it breaks some resolutions, please create different directory with |
Bug report
The plugin doesnt work with module federation. When build the styles of the application host, an error is thrown.
ERROR in 4565.css (0 , _identifier.getUndoPath) is not a function TypeError: (0 , _identifier.getUndoPath) is not a function at MiniCssExtractPlugin.renderContentAsset
"mini-css-extract-plugin": "2.3.0",
"webpack-5": "npm:webpack@5.53.0",
Actual Behavior
Build fall with Error
Expected Behavior
Application will build without error
How Do We Reproduce?
The text was updated successfully, but these errors were encountered: