shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.
https://shekhargulati.com/
MIT License
7.19k stars 598 forks source link

Week 36: webpack #48

Open shekhargulati opened 8 years ago

shekhargulati commented 8 years ago

Please provide your feedback by posting a comment against this issue.

pgoergler commented 8 years ago

Great can't wait for the next part

btsuhako commented 8 years ago

Great guide! What's the reason for using underscore over lodash?

shekhargulati commented 8 years ago

Thanks guys. @btsuhako there is no reason as such. I had used underscore before so I used it. I could have used lodash as well.

mhudgins commented 8 years ago

Loved your writeup, Shekhar. I addressed some of the grammar issues in https://github.com/shekhargulati/52-technologies-in-2016/pull/49

Keep up the awesome work 👏

shekhargulati commented 8 years ago

@mhudgins thanks a lot.

GabLeRoux commented 8 years ago

Great tutorial and easy to follow. I like how you explain what webpack tries to solve before going deeper. I remember reading many comments on Webpack's website where people were confused and didn't seem to understand how and why it's different from grunt/gulp + bower :)

The sourcemap section in the documentation isn't very clear, I'm glad to see you provided a very simple example using it.

swapneeldesai commented 8 years ago

Great blog. Thanks Shekhar. The official Webpack documentation is still a mess. I am currently using Brunch

arrunks commented 8 years ago

Good explanation with the web pack. Keep it up.

congnd commented 8 years ago

thanks for great tutorial.