Skip to content

Commit f00d9cf

Browse files
committed
docs(guides): fix another broken code-splitting link
1 parent 24a6222 commit f00d9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/output-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contributors:
55
- skipjack
66
---
77

8-
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.
8+
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.
99

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

0 commit comments

Comments
 (0)