-
Notifications
You must be signed in to change notification settings - Fork 42
Looking for core collaborators #58
Description
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.