vite /rollup manualChunks
Explains how to use Rollup's manualChunks in Vite to split JavaScript bundles for lazy loading, improving web app performance.
Explains how to use Rollup's manualChunks in Vite to split JavaScript bundles for lazy loading, improving web app performance.
A guide on using the ts-rs crate to generate TypeScript bindings from Rust code, including a custom Rollup plugin for bundling.
A talk introducing Vite, a fast next-generation development tool, explaining its speed advantages over bundlers like Webpack and Create React App.
A developer explores integrating Rollup.js into the 11ty static site generator's build pipeline for more efficient JavaScript bundling.
A developer troubleshoots a tricky JavaScript testing error after updating dependencies like React and Jest, despite mocked console methods.
Using babel-plugin-codegen to create a build-time workaround for a UMD bundle issue with glamorous and React 16.