3.2 in August makes the compiler macro stable. Every component ended with a return listing what it had just declared, and a compiler can work that out.
Three docker build invocations in a shell script share nothing and cannot run in parallel; a bake file describes them as a graph. The inheritance is what makes…
Dependencies are pre-bundled with esbuild once and cached, because a package shipping four hundred small CommonJS files would otherwise be four hundred browser requests. The scan finds imports…
Vite uses esbuild in development and Rollup for the production build, which means the plugin ecosystem to look in is Rollup’s. The two-engine arrangement is the source of…
A 38-second dev server start on a machine with nothing else to do. Native ESM changes the feedback loop, and running two build tools has a specific cost.
A bundler in development builds the whole graph before serving anything, and a native ESM server builds nothing until the browser asks for a specific file. The start…
Module federation lets one build consume a module from another build at runtime, which solves a problem most applications do not have. The technology works and the operational…
A major version whose entire purpose is to let two versions run on one page. And an event delegation change that breaks anything mixing React with jQuery.