Code Splitting
Split code into smaller bundles for on-demand loading.
Tree Shaking
Remove unused code from the final bundles.
Plugins
Rich plugin hooks; compatible with most webpack plugins.
Multipage
Render multiple pages through one Electron renderer role.
Asset Management
Handle and optimize images, fonts, and stylesheets.
Loaders
Compatible with webpack loaders from the existing ecosystem.
HMR
Update modules at runtime without a full page refresh.
Dev Server
Local development server for the renderer.
Parallel Builds
Run multiple builds in parallel for different targets or environments.
SWC
Rust-based SWC for JavaScript and TypeScript transpilation.
Lightning CSS
Lightning CSS for CSS processing and optimization.
JavaScript API
Programmatic build API for custom pipelines.



