Zephyr is a modern cloud deployment platform for frontend applications, offering a Webpack plugin to seamlessly integrate deployments into your build pipeline. The current stable version is 1.0.2, with a monthly release cadence. Key differentiators include support for incremental builds, SSR, and Nuxt/Vite integrations, plus a focus on security audits and vulnerability remediation. Unlike alternatives, Zephyr provides a unified CLI and plugin ecosystem for Webpack, Vite, and Slidev, with TypeScript types included.
npm install zephyr-webpack-pluginVerified import paths — ran on the pinned version, not inferred.
Shows basic plugin configuration with required token, project name, and organization.
Switch to ESM imports: import { ZephyrWebpackPlugin } from 'zephyr-webpack-plugin'Replace `authToken` with `token` in plugin options.
Upgrade to Webpack 5 and set peer dependency webpack@^5.0.0.
Add ZephyrWebpackPlugin as the last plugin in the array.
Run `npm install zephyr-webpack-plugin` or check node_modules.
Use `import { ZephyrWebpackPlugin } from 'zephyr-webpack-plugin'`.Set process.env.ZEPHYR_TOKEN or pass token property.