webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. (more…)
Read more »
shadow-cljs is a ClojureScript compiler which friendly to JavaScript developers. By default, ClojureScript code is compiled to JavaScript in Google Closure Compiler modules, which uses namespaces to manage files(or modules). However, nowadays the JavaS... (more…)
Read more »
Webpack no longer automatically polyfills Node.js APIs. This is a huge breaking change and will inconvenience users & package maintainers. (more…)
Read more »
webpack-bundle-size-check-plugin - A webpack plugin for restricting your bundle size... (more…)
Read more »
I was in the midst of rebuilding my site a couple weeks ago with Gatsby JS, a React-based static site generator, when I decided I wanted to add an interactive component to my personal website. You know, something fun to spice it up a little bit. (more…)
Read more »