@glenjamin/webpack-hot-client-overlay

1.0.0 • Public • Published

webpack-hot-client-overlay

This is an early prototype.

Installation

Install package

npm install --save-dev @glenjamin/webpack-hot-client-overlay

Add to webpack.config.js's entry array.

entry: [
  "./client",
  mode === "development" && "@glenjamin/webpack-hot-client-overlay"
].filter(Boolean),

Readme

Keywords

none

Package Sidebar

Install

npm i @glenjamin/webpack-hot-client-overlay

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.27 kB

Total Files

4

Last publish

Collaborators

  • glenjamin