Skip to content

Commit

Permalink
docs(guides): fix another broken code-splitting link
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack committed Jun 24, 2017
1 parent 24a6222 commit f00d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/output-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contributors:
- skipjack
---

Managing webpack's [output](/configuration/output) and including it in your HTML files may not seem tough at first, but once you start [using hashes in filenames](/guides/caching) and outputting [multiple bundles](/guides/code-splitting-libraries), things can start to get a bit hairy. However, there's no need to fear as a few plugins exist that will make this process much easier to manage.
Managing webpack's [output](/configuration/output) and including it in your HTML files may not seem tough at first, but once you start [using hashes in filenames](/guides/caching) and outputting [multiple bundles](/guides/code-splitting), things can start to get a bit hairy. However, there's no need to fear as a few plugins exist that will make this process much easier to manage.

First let's take a look at where you might stand without these plugins:

Expand Down

0 comments on commit f00d9cf

Please sign in to comment.