hot-reload-extension-vite
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -588,5 +588,7 @@ "use strict"; | ||
} | ||
ws?.send("file-change" /* FILE_CHANGE */); | ||
if (log) | ||
chalkLogger.green("Extension Reloaded..."); | ||
setTimeout(() => { | ||
ws?.send("file-change" /* FILE_CHANGE */); | ||
if (log) | ||
chalkLogger.green("Extension Reloaded..."); | ||
}, 1e3); | ||
} | ||
@@ -593,0 +595,0 @@ }; |
{ | ||
"name": "hot-reload-extension-vite", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Simple vite plugin to reload the chrome extension.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
Sorry, the diff of this file is not supported yet
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
40895
1181