diff --git a/src/content/configuration/entry-context.mdx b/src/content/configuration/entry-context.mdx index 23e6d4192e09..18e4187c7734 100644 --- a/src/content/configuration/entry-context.mdx +++ b/src/content/configuration/entry-context.mdx @@ -189,9 +189,9 @@ When combining with the [`output.library`](/configuration/output/#outputlibrary) ### Runtime chunk -It allows to set the runtime chunk for an entrypoint and it can be set to `false` to avoid a new runtime chunk since webpack 5.43.0. +It allows setting the runtime chunk for an entry point and setting it to `false` to avoid a new runtime chunk since webpack `v5.43.0`. -`optimization.runtimeChunk` allows to set it globally for unspecified entrypoints. +`optimization.runtimeChunk` allows setting it globally for unspecified entry points. ```js module.exports = {