Socket
Socket
Sign inDemoInstall

css-hot-loader

Package Overview
Dependencies
13
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.2-beta to 1.4.2

4

History.md

@@ -0,1 +1,5 @@

### 1.4.2 2018-08-15
- feat: add cssModule option [!51](https://github.com/shepherdwind/css-hot-loader/pull/51)
### 1.4.1 2018-07-26

@@ -2,0 +6,0 @@

4

package.json
{
"name": "css-hot-loader",
"version": "1.4.2-beta",
"version": "1.4.2",
"description": "css hot reload work with extract-text-webpack-plugin",

@@ -17,3 +17,3 @@ "main": "index.js",

],
"homepage": "http://git.shepherdwind.com/css-hot-loader/",
"homepage": "https://github.com/shepherdwind/css-hot-loader",
"repository": {

@@ -20,0 +20,0 @@ "type": "git",

@@ -120,2 +120,9 @@ ### CSS Hot Loader

#### cssModule
When this option is opened, every time you modify the css file, the js file will
reload too. Default closed, this option use with css module.
see [!47](https://github.com/shepherdwind/css-hot-loader/pull/47) and [!51](https://github.com/shepherdwind/css-hot-loader/pull/51)
### How

@@ -122,0 +129,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc