We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928413 commit 3321fa6Copy full SHA for 3321fa6
runtime-plugins/single-runtime/app1/rspack.config.js
@@ -1,6 +1,6 @@
1
const HtmlWebpackPlugin = require('html-webpack-plugin');
2
-const { ModuleFederationPlugin, ContainerPlugin } = require('@module-federation/enhanced/rspack');
3
-
+const { ModuleFederationPlugin } = require('@module-federation/enhanced/rspack');
+const {container} = require('@rspack/core')
4
const path = require('path');
5
6
const deps = require('./package.json').dependencies;
@@ -67,7 +67,7 @@ module.exports = {
67
],
68
},
69
plugins: [
70
- new ContainerPlugin({
+ new container.ContainerPlugin({
71
name: 'app1_partial',
72
filename: 'app1_partial.js',
73
library:{
0 commit comments