Skip to content

Commit dcd9af4

Browse files
Stef733EugeneHlushko
authored andcommitted
Update why-webpack.md (#2630)
1 parent 67d7fa2 commit dcd9af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/why-webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contributors:
88
- EugeneHlushko
99
---
1010

11-
To understand why you should use webpack lets do a recap of how we use JavaScript on the web before bundlers were a thing.
11+
To understand why you should use webpack let's do a recap of how we use JavaScript on the web before bundlers were a thing.
1212

1313
There are two ways to run JavaScript in a browser. First, include a script for each functionality you want to implement, the issue is that the solution is hard to scale as loading too many scripts causes a network bottleneck. The other alternative is to load a big .js file containing all your project code, but this results in an unmaintainable scripts that causes problems in scope, size, readability, fragility and monolith files.
1414

0 commit comments

Comments
 (0)