webpack-livereload-plugin
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -70,3 +70,3 @@ /* jshint node:true */ | ||
' el.async = true;', | ||
' el.src = "http://localhost:' + this.port + '/livereload.js";', | ||
' el.src = "http://" + window.location.hostname + ":' + this.port + '/livereload.js";', | ||
' document.head.appendChild(el);', | ||
@@ -73,0 +73,0 @@ '}());', |
{ | ||
"name": "webpack-livereload-plugin", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Livereload for webpack", | ||
@@ -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
7098