Code splitting
- Support ES dynamic imports
- Automatic CSS splitting and optimization
- Tiny API, ~200 bytes
Hot Module Replacement (HMR)
- Hightly customizable
- Differential updates
- No page reloads
Performance
- Incremental builds and HMR in ~250ms
- Uses TypeScript compiler for JavaScript transpilation, it's faster than Babel!
- Filesystem cache
- First class TypeScript support
- No configuration required
- Can replace Babel (for js projects)
- Publish TypeScript packages to npm