zephyr-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.36 • Public • Published

zephyr-webpack-plugin

Installation

# 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

Usage

With Nx, Webpack or Rspack

export default composePlugins(
  withNx(),
  withReact(),
  withModuleFederation(mfConfig),
  withZephyr(),
  (config) => {
    return config;
  }
);

With Webpack directly

module.exports = withZephyr()(your_webpack_config);

Readme

Keywords

none

Package Sidebar

Install

npm i zephyr-webpack-plugin

Weekly Downloads

341

Version

0.0.36

License

Apache-2.0

Unpacked Size

10 kB

Total Files

19

Last publish

Collaborators

  • valorkin