From 900809f5f090d298367f8a8fd88b72daf23ccf9f Mon Sep 17 00:00:00 2001 From: Oscar Bolmsten Date: Thu, 2 Jun 2022 14:00:00 +0200 Subject: [PATCH] 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;