You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back then around 3 years ago I was just getting into Webpack, the concept was different to any other tools I have ever used. It didn't make sense at first, but as I started using it more and more it seems to be a game changer.
I quickly then realised after using it for awhile, there are 2 major issues with Webpack and I wanted to address it in an elegant way as possible.
The build times were very slow for large projects
Why do I even need to include large libraries in my bundle
Then I saw the potential of using a CDN in the build which will ultimately solve these two problems, 1. it takes some of the load off the local bundle so in turn it will speed up the build. And 2. it will decrease your app bundle size and make re-using the same resources as much as possible.
I think this project is at a stage now where it's no longer my personal plugin anymore, and would like to extend the ownership of it with like-minded individuals. If you would like to become part of the team please leave a message here and your expression of interest. Thanks everyone.
The text was updated successfully, but these errors were encountered:
@shirotech I don't know if I can help with my knowledge, but because I'm mainly doing web performance at work, I may have something to help.
I will help if it's okay with you.
Thanks @konojunya for volunteering, your vast knowledge on web performance and activeness on Github - I'm sure will help thrive this project even more. Welcome to the team 👍
Back then around 3 years ago I was just getting into Webpack, the concept was different to any other tools I have ever used. It didn't make sense at first, but as I started using it more and more it seems to be a game changer.
I quickly then realised after using it for awhile, there are 2 major issues with Webpack and I wanted to address it in an elegant way as possible.
Then I saw the potential of using a CDN in the build which will ultimately solve these two problems, 1. it takes some of the load off the local bundle so in turn it will speed up the build. And 2. it will decrease your app bundle size and make re-using the same resources as much as possible.
I think this project is at a stage now where it's no longer my personal plugin anymore, and would like to extend the ownership of it with like-minded individuals. If you would like to become part of the team please leave a message here and your expression of interest. Thanks everyone.
The text was updated successfully, but these errors were encountered: