Published: 15. January 2018 • Updated: 2. February 2023 • javascript, selfhost When you develop a web application and want to support older browsers but also want to use the latest browser-features, you often need polyfills that implement new features in older browsers. One common approach with polyfills is to bundle them together with the application. The problem is that this increases the bu