Zephyr Cloud | Zephyr Docs | Rspack Docs | Discord | Twitter | LinkedIn
# npm
npm install --save-dev zephyr-webpack-plugin
# yarn
yarn add --dev zephyr-webpack-plugin
# pnpm
pnpm add --dev zephyr-webpack-plugin
# bun
bun add --dev zephyr-webpack-plugin
export default composePlugins(
withNx(),
withReact(),
withModuleFederation(mfConfig),
withZephyr(),
(config) => {
return config;
}
);
module.exports = withZephyr()(your_webpack_config);