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

[Bug]: how to use like ModuleFederationPlugin in rspack? #8502

Open
ustcfury opened this issue Nov 21, 2024 · 1 comment
Open

[Bug]: how to use like ModuleFederationPlugin in rspack? #8502

ustcfury opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working need reproduction

Comments

@ustcfury
Copy link

System Info

const {
ModuleFederationPlugin,
} = require('@module-federation/enhanced/rspack');

const ExternalTemplateRemotesPlugin = require("external-remotes-plugin");

module.exports = {
plugins: [
new ModuleFederationPlugin({
// options
}),
new ExternalTemplateRemotesPlugin()
],
};

then I meet
Image

Details

const {
ModuleFederationPlugin,
} = require('@module-federation/enhanced/rspack');

const ExternalTemplateRemotesPlugin = require("external-remotes-plugin");

module.exports = {
plugins: [
new ModuleFederationPlugin({
// options
}),
new ExternalTemplateRemotesPlugin()
],
};

then I meet
Image

Reproduce link

No response

Reproduce Steps

const {
ModuleFederationPlugin,
} = require('@module-federation/enhanced/rspack');

const ExternalTemplateRemotesPlugin = require("external-remotes-plugin");

module.exports = {
plugins: [
new ModuleFederationPlugin({
// options
}),
new ExternalTemplateRemotesPlugin()
],
};

then I meet
Image

@ustcfury ustcfury added bug Something isn't working pending triage The issue/PR is currently untouched. labels Nov 21, 2024
@chenjiahan chenjiahan added need reproduction and removed pending triage The issue/PR is currently untouched. labels Nov 25, 2024
Copy link
Contributor

Hello @ustcfury, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need reproduction
Projects
None yet
Development

No branches or pull requests

2 participants