https://github.com/webpack-config/webpack-config-hot
https://github.com/webpack-config/webpack-config-hot
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-hot
- Owner: webpack-config
- Created: 2016-01-24T22:16:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T22:34:13.000Z (over 10 years ago)
- Last Synced: 2025-10-29T23:47:45.924Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config-hot
Allow for hot module replacement in [webpack].





## Usage
Install:
```sh
npm install --save webpack-config-hot
```
Add to your `webpack.config.babel.js`:
```javascript
import hot from `webpack-config-hot`;
hot()({
/* existing webpack configuration */
})
```
[webpack]: https://webpack.github.io