Skip to content

Commit

Permalink
fix: disable chunk split on next server
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jul 18, 2024
1 parent a23fbb0 commit 358f70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/runtime-demo/3005-runtime-host/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = composePlugins(withNx(), withReact(), (config, context) => {
config.plugins.push(
new ModuleFederationPlugin({
name: 'runtime_host',

remotes: {
// remote2: 'runtime_remote2@http://localhost:3007/remoteEntry.js',
remote1: 'runtime_remote1@http://127.0.0.1:3006/mf-manifest.json',
Expand Down

0 comments on commit 358f70b

Please sign in to comment.