Extremely fast Javascript bundling in Rails with Esbuild
The new jsbundling-rails gem allows you to use esbuild, rollup, or other Javascript bundlers in Rails. With esbuild, we can build our Javascript extremely fast compared to webpacker. How to use esbuild with jsbundling in Rails
Post a comment