# @loadable/webpack-plugin

> Webpack plugin for loadable (required for SSR).

Latest version **5.15.2** (published 2021-12-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @loadable/webpack-plugin
pnpm add @loadable/webpack-plugin
yarn add @loadable/webpack-plugin
bun add @loadable/webpack-plugin
```

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.15.2 |
| Published | 2021-12-12 |
| First published | 2018-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/loadable__webpack-plugin) |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 1 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7794 |
| Author | Greg Bergé |
| Maintainers | neoziro, kashey |
| Keywords | loadable |

## Links

- npm: https://www.npmjs.com/package/@loadable/webpack-plugin
- Repository: https://github.com/gregberge/loadable-components
- Homepage: https://github.com/gregberge/loadable-components#readme
- Issues: https://github.com/gregberge/loadable-components/issues
- Funding: https://github.com/sponsors/gregberge
- npm.io page: https://npm.io/package/@loadable/webpack-plugin

## Dependencies (1)

- [make-dir](https://npm.io/package/make-dir.md) ^3.0.2

## Recent versions

- 5.15.2 (latest) — 2021-12-12
- 5.15.1 — 2021-08-17
- 5.15.0 — 2021-05-08
- 5.14.2 — 2021-01-31
- 5.14.0 — 2020-10-20
- 5.13.0 — 2020-06-29
- 5.12.0 — 2020-01-09
- 5.7.1 — 2019-03-19
- 5.7.0 — 2019-03-14
- 5.5.0 — 2019-01-22
- 5.4.0 — 2019-01-17
- 5.2.2 — 2018-12-12
- 5.2.1 — 2018-11-27
- 5.2.0 — 2018-11-23
- 5.0.2 — 2018-11-10
- … 7 more at https://npm.io/package/@loadable/webpack-plugin/versions

## README

# @loadable/webpack-plugin

This plugin is required only if you use Server Side Rendering in your application. [See `@loadable/server` for more information](https://loadable-components.com/docs/api-loadable-server/).

## Install

```
npm install --save-dev @loadable/webpack-plugin
```

## Documentation

👉 [See full documentation](https://loadable-components.com/)

## License

MIT

---
_Source: https://npm.io/package/@loadable/webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
