Skip to content

Commit

Permalink
Fix docs/webpack link (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasheed Bustamam authored and jakeNiemiec committed Jul 30, 2019
1 parent cc98e59 commit d393cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "regenerator-runtime/runtime";

## Dynamic/Lazy Chunk Loading

For this section, you need Webpack and Webpacker 4. Then enable `SplitChunks` as it is explained in [docs/webpack](docs/webpack.md).
For this section, you need Webpack and Webpacker 4. Then enable `SplitChunks` as it is explained in [docs/webpack](webpack.md).

[Dynamic code splitting](https://webpack.js.org/guides/code-splitting#dynamic-imports) enables you to conditionally request/run only the JS that you need. For example, if your site has a `searchBarComponent` on every page, you can reduce the page overhead by deferring the request for the `searchBarComponent` code until after the page has loaded, until the user has scrolled it into view, or until the user has clicked on an element.

Expand Down

0 comments on commit d393cc4

Please sign in to comment.