You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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
The text was updated successfully, but these errors were encountered: