Skip to content

Commit a32a7aa

Browse files
authored
Fixed spell issue (#895)
1 parent b3a9feb commit a32a7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/pages/docs/server-side-rendering.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const extractor = new ChunkExtractor({
219219
## `ChunkExtractor` entrypoints
220220

221221
When running your build, notice `@loadable/webpack-plugin` generates a file called `loadable-stats.json`, which contains information
222-
about all your entries and chuncks from webpack.
222+
about all your entries and chunks from webpack.
223223

224224
Once that's in place, `ChunkExtractor` will be responsible of finding your entries into this file.
225225

@@ -267,4 +267,4 @@ By default, the webpack plugin adds an asset to the webpack build called `loadab
267267
`stats.toJson()` is an expensive operation, and it can significantly slow down webpack watching recompiles.
268268
If you already have a webpack stats file in your build that includes the necessary options, you may choose to use your existing stats object instead of creating a new one. You can do this as follows:
269269
- pass your existing stats object into [`ChunkExtractor`](/docs/api-loadable-server/#chunkextractor) via the `stats` option
270-
- disable both the `outputAsset` and `writeToDisk` options in the [webpack plugin](/docs/api-loadable-webpack-plugin/#loadableplugin) to prevent it from calling `stats.toJson()`
270+
- disable both the `outputAsset` and `writeToDisk` options in the [webpack plugin](/docs/api-loadable-webpack-plugin/#loadableplugin) to prevent it from calling `stats.toJson()`

0 commit comments

Comments
 (0)