OPI Blog
Learn from experts in their fields

Browsing Tags: webpack

JavaScript Bundle Optimization – Polyfills
If you are lucky enough to only support a small subset of browsers (for example, you are targeting a controlled set of users), feel free to move along. However, if your website is open to ...
Faster Development with Webpack HMR, Angular 2, and Redux
I’ve been working on an Angular2 app that asks a user to identify themselves and then allows them to navigate through a series of screens. I’m using Webpack, and I’ve enjoyed some of the benefits ...
Apr 22, 2016
Using Bundled Webpack Instance with Gradle
In this post I’ll be explaining how to use React, Spring Boot, and Webpack to package all the javascript files together. As always, feel free to follow along or you can cheat and get the ...