Skip to content

Commit 46161d8

Browse files
authored
Merge pull request #332 from donaldpipowitch/patch-2
fixed link
2 parents 4352fe9 + 31ae8a2 commit 46161d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/concepts/entry-points.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contributors:
55
- TheLarkInn
66
---
77

8-
Like we mentioned in the [introduction](./), there are multiple ways to define the `entry` property in your webpack configuration. We will show you the ways you **can** configure the `entry` property, in addition to explaining why it may be useful to you.
8+
Like we mentioned in the [introduction](/get-started/#using-webpack-with-a-config), there are multiple ways to define the `entry` property in your webpack configuration. We will show you the ways you **can** configure the `entry` property, in addition to explaining why it may be useful to you.
99

1010
## Single Entry (Shorthand) Syntax
1111

@@ -97,4 +97,4 @@ const config = {
9797

9898
- Use `CommonsChunkPlugin` to create bundles of shared application code between each page. Multi-page applications that reuse a lot of code/modules between entry points can greatly benefit from these techniques, as the amount of entry points increase.
9999

100-
T> As a rule of thumb: for one HTML use exactly one entry point.
100+
T> As a rule of thumb: for one HTML use exactly one entry point.

0 commit comments

Comments
 (0)