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

0.0.23 • Public • Published

Zephyr: We made application federation easy

readme too be released

how to use?

with Nx, Webpack or Rspack

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

or

module.exports = withZephyr()(your_webpack_config);

Dependents (0)

Package Sidebar

Install

npm i zephyr-webpack-plugin

Weekly Downloads

247

Version

0.0.23

License

Apache-2.0

Unpacked Size

127 kB

Total Files

91

Last publish

Collaborators

  • valorkin