Skip to content

Commit 3fda61b

Browse files
EugeneHlushkomontogeek
authored andcommitted
docs(concepts) Add missing code snippet filename (#2652)
* docs(concepts) add missing code snippet filename * docs(concepts) adding contributor name
1 parent cea0cad commit 3fda61b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/concepts/entry-points.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
- chrisVillanueva
77
- byzyk
88
- sokra
9+
- EugeneHlushko
910
---
1011

1112
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.
@@ -25,6 +26,8 @@ module.exports = {
2526

2627
The single entry syntax for the `entry` property is a shorthand for:
2728

29+
__webpack.config.js__
30+
2831
```javascript
2932
module.exports = {
3033
entry: {

0 commit comments

Comments
 (0)