🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

webpack-browser-sync-css-hmr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-browser-sync-css-hmr - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "webpack-browser-sync-css-hmr",
"description": "HMR for CSS files using Browsersync & Webpack.",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Christian Nikkanen <hi@kisu.li>",

@@ -5,3 +5,4 @@ # webpack-browser-sync-css-hmr

Sample usage: ```
Sample usage:
```
const browsersync = require('browser-sync').create();

@@ -8,0 +9,0 @@ const webpack = require('webpack');