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 · 0 comments
Open

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

ustcfury opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.
Projects
None yet
Development

No branches or pull requests

1 participant