Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion part1/example1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The things that are bundled are only the things that you explicitly required acr

As you probably noticed, I did something strange in the above example. I `required` a css file in a javascript file.

The really cool, and interesting thing about webpack is that you can `require` more than just
The really cool and interesting thing about webpack is that you can `require` more than just
javascript files.

There is this thing in webpack called a loader. Using these loaders, you can
Expand Down