Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 22, 2024
1 parent 5adccf4 commit 58b4efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/configuration/entry-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 58b4efe

Please sign in to comment.