1.0.0 • Published 8 years ago
@glenjamin/webpack-hot-client-overlay v1.0.0
webpack-hot-client-overlay
This is an early prototype.
Installation
Install package
npm install --save-dev @glenjamin/webpack-hot-client-overlayAdd to webpack.config.js's entry array.
entry: [
"./client",
mode === "development" && "@glenjamin/webpack-hot-client-overlay"
].filter(Boolean),1.0.0
8 years ago