css-hot-loader
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,5 @@ | ||
### 1.3.3 / 2017-11-08 | ||
- Replace css link instead of adding new one [#24](https://github.com/shepherdwind/css-hot-loader/pull/24) | ||
### 1.3.2 / 2017-10-07 | ||
@@ -2,0 +6,0 @@ |
@@ -44,3 +44,3 @@ var normalizeUrl = require('normalize-url'); | ||
newEl.href = url + '?' + Date.now(); | ||
el.parentNode.insertBefore(newEl, el.nextSibling); | ||
el.parentNode.replaceChild(newEl, el) | ||
} | ||
@@ -47,0 +47,0 @@ |
{ | ||
"name": "css-hot-loader", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"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
9944