Skip to content

Commit 198ca7f

Browse files
committed
docs(entry-points): add 'See also' section with related concept links
1 parent f3ce903 commit 198ca7f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/content/concepts/entry-points.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ contributors:
1313
- anshumanv
1414
- ritikbanger
1515
- saishankar404
16+
- mr-baraiya
1617
---
1718

1819
As mentioned in [Getting Started](/guides/getting-started/#using-a-configuration), 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.
@@ -179,6 +180,16 @@ export default {
179180

180181
Below is a list of entry configurations and their real-world use cases:
181182

183+
---
184+
185+
## See also
186+
187+
- [Output](/concepts/output/)
188+
- [Modules](/concepts/modules/)
189+
- [Module Resolution](/concepts/module-resolution/)
190+
- [Loaders](/concepts/loaders/)
191+
- [Plugins](/concepts/plugins/)
192+
182193
### Separate App and Vendor Entries
183194

184195
**webpack.config.js**

0 commit comments

Comments
 (0)