css-hot-loader
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,5 @@ | ||
### 1.4.1 2018-07-26 | ||
- fix: css module reload issue [#47](https://github.com/shepherdwind/css-hot-loader/pull/47) fix by [@keegan-lillo](https://github.com/keegan-lillo) | ||
### 1.4.0 2018-07-11 | ||
@@ -2,0 +6,0 @@ |
@@ -19,5 +19,4 @@ const path = require('path'); | ||
module.hot.dispose(cssReload); | ||
module.hot.accept(undefined, cssReload); | ||
} | ||
`; | ||
}; |
{ | ||
"name": "css-hot-loader", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "css hot reload work with extract-text-webpack-plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12134
125