budapestjs / meetup

17 stars 0 forks source link

Shake it till you make it (with Webpack) #11

Closed sonicoder86 closed 7 years ago

sonicoder86 commented 7 years ago

Topic

With the second version of Webpack tree-shaking has become available to it's users. Due to the different method how Webpack accomplishes it in contrary to Rollup, it makes a bit more complicated to achieve proper tree-shaking. I would show how Webpack's tree-shaking works under the hood, what pitfalls it has and how to overcome them.

Goal

The goal is to explain how tree-shaking works and with this knowledge make existing build pipelines more effective.

snorbi07 commented 7 years ago

+1! Seems like a very cool topic. Just the other day I was reading up on what are the differences between the 2. Would you be able to prepare it for the June meetup?

sonicoder86 commented 7 years ago

Yes, June would be fine. This week I'll publish a blog post regarding the topic, will link it here to give a deeper insight.