One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »
Use esbuild with webpack to transform ESNext and TypeScript code. - egoist/esbuild-loader... (more…)
Read more »
And encourage NPM + Webpack/Browserify/etc workflows. I don't intend to introduce hard feelings or anything like that, but those other workflows are superior in many ways, and maybe we should encou... (more…)
Read more »
I am using webpack a lot. A common pattern I am constantly using is how to manage the application specific configuration between different environments. I want to be able to set different API URLs, access codes, feature flags for every environment of my t... (more…)
Read more »
Here is a guide to the 8 most useful optimizations to reduce the size and speed of Webpack builds. This article will be updated when a new stable version of Webpack 5 will be released... (more…)
Read more »