webpack-hot-socketio
v1.0.1
Published
Webpack hot reloading you can serve your own server, and used socket.io server to hot reload
Downloads
2
Maintainers
Readme
webpack-hot-socketio
Webpack hot reloading using only webpack-dev-server or webpack-dev-middleware. This allows you added hot reloading into an socket.io server without express which used webpack-hot-middleware a lot, so you can use your own server to serve html.
Installation
Use the npm or yarn to install webpack-hot-socketio
npm install webpack-hot-socketio --save-dev
yarn add webpack-hot-socketio -D
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.