Webpack
Deploy your Webpack applications to Zephyr Cloud with full Module Federation support. The Zephyr Webpack plugin integrates seamlessly with Webpack's ecosystem, creating optimized deployments with zero configuration.
- Finished our Prerequisites setup guide
- Installed our Chrome extension
This detects your bundler and configures Zephyr automatically. Learn more →
For manual setup, continue below.
Installation
Install the plugin in your project:
Quick Start
To add Zephyr to a webpack application make sure to wrap the entire webpack configuration with the withZephyr function.
Module Federation
Zephyr has first party support for Module Federation. You don't need to do any additional configuration to enable Module Federation in Zephyr.
Zephyr will hook into the bundling process and modify the remote resolution to point to the Zephyr Cloud deployments.
Host Application
Remote Application
Next Steps
- Join our Discord for support
Related Documentation
Module Federation:
- Module Federation Guide - Complete guide to micro-frontends
- Create MF App Tutorial - Step-by-step module federation setup
- Remote Dependencies - Advanced dependency resolution
Integration Guides:
- Multi-bundler Setup - Using multiple bundlers together
- Existing App Integration - Add Zephyr to existing applications
Other Bundlers:
- Rspack - Faster Rust-based alternative to Webpack
- Vite - Lightning-fast development with native ESM
- Rsbuild - Rspack-based build tool
Features:
- Versions - Understanding version management
- Tags & Environments - Deployment strategies
- CI/CD Integration - Automated deployments