Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester committed Sep 4, 2020
1 parent 12a47ac commit bebb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/code-splitting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When using Babel, you’ll need to make sure that Babel can parse the dynamic im

## Named `import()`

Weckpack's default behaviour, is to name them as `x.js` where x is an incremental number depending on how many dynamic
Webpack's default behaviour, is to name them as `x.js` where x is an incremental number depending on how many dynamic
chunks you are importing in your code.

This will give a poor view of which file is loading what code.
Expand Down

0 comments on commit bebb828

Please sign in to comment.