Despite the fact that I've been doing this whole front-end development thing for over a decade now, I still get caught up on silly things. …
Webpack
Forget CSS-In-JS: Combine Sass With CSS Modules Using Webpack
I really dislike the CSS-In-JS trend. Nothing against anyone who is a fan, but writing CSS inside of Javascript doesn't feel natural and …
Fixing The Webpack File Loader [object Module] Issue
Recently I updated to the latest version at the time of writing this post 5.0.2 of the file-loader plugin for Webpack. I use this for …
Getting Typescript 3.7 To Work With Webpack and ts-loader
At the time of writing this post, TypeScript 3.7 is in beta. Eventually, this post will become irrelevant. But, for the moment if you are …
Disable Webpack 4 Native JSON Loader
Now that Webpack 4 is out, it supports a plethora of new things and features, one of those is the native handling of JSON. In theory, this …
The Curious Case of Webpack 4 Production Mode and Function.name
I have migrated over to Webpack 4 for Built With Aurelia and I am using the fantastic Aurelia Store plugin. During development, everything …
Polyfilling Promises Using Bluebird in Webpack 2
Surprisingly, whilst determining the best way to polyfill promises in a Webpack build and using Bluebird I came across such mixed …