From 900809f5f090d298367f8a8fd88b72daf23ccf9f Mon Sep 17 00:00:00 2001 From: Oscar Bolmsten Date: Thu, 2 Jun 2022 14:00:00 +0200 Subject: [PATCH 1/2] Fix typo --- src/content/plugins/module-federation-plugin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/plugins/module-federation-plugin.mdx b/src/content/plugins/module-federation-plugin.mdx index d68584c80462..4ba76de00fbe 100644 --- a/src/content/plugins/module-federation-plugin.mdx +++ b/src/content/plugins/module-federation-plugin.mdx @@ -34,7 +34,7 @@ module.exports = { Create a new runtime chunk with the specified name. -**webpack.js.org** +**webpack.config.json** ```js const { ModuleFederationPlugin } = require('webpack').container; From 59804c261784035612ae93ee1bd691dbcb4b99e3 Mon Sep 17 00:00:00 2001 From: Oscar Bolmsten Date: Thu, 2 Jun 2022 14:11:13 +0200 Subject: [PATCH 2/2] Update src/content/plugins/module-federation-plugin.mdx Co-authored-by: Nitin Kumar --- src/content/plugins/module-federation-plugin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/plugins/module-federation-plugin.mdx b/src/content/plugins/module-federation-plugin.mdx index 4ba76de00fbe..262f87b76b19 100644 --- a/src/content/plugins/module-federation-plugin.mdx +++ b/src/content/plugins/module-federation-plugin.mdx @@ -34,7 +34,7 @@ module.exports = { Create a new runtime chunk with the specified name. -**webpack.config.json** +**webpack.config.js** ```js const { ModuleFederationPlugin } = require('webpack').container;