Webpack

Migrating a JavaScript project to TypeScript using webpack

Migrating a JavaScript project to TypeScript using webpack

While porting a little project from JavaScript to TypeScript I scratched my head on a lot of small problems. I wrote this article so that you don’t scratch yours ;) Prerequisite An existing JavaScript project...

read more

Webpack: here are a few tricks that can boost your build performance

Webpack: here are a few tricks that can boost your build performance

Webpack is a nice tool but the default configuration can be very slow at generating builds, even for small projects. Fortunately it takes only a few modifications to drastically reduce build times. I started switching...

read more