Build Tool Plugins
Official plugins for integrating HellaJS with popular build tools for seamless JSX transformation and optimized development experience.
Babel Plugin
The most flexible and widely supported JavaScript compiler.
Get Started
Rollup Plugin
Efficient bundling with tree-shaking and optimal output.
Get Started
Vite Plugin
Lightning-fast development with hot module replacement.
Get Started
TypeScript Configuration
All plugins support TypeScript out of the box. Add HellaJS types to your project.
// tsconfig.json
{
"compilerOptions": {
"jsx": "preserve",
"types": ["@hellajs/dom"]
}
}