hot-reload-extension-vite
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -588,7 +588,5 @@ "use strict"; | ||
} | ||
setTimeout(() => { | ||
ws?.send("file-change" /* FILE_CHANGE */); | ||
if (log) | ||
chalkLogger.green("Extension Reloaded..."); | ||
}, 500); | ||
ws?.send("file-change" /* FILE_CHANGE */); | ||
if (log) | ||
chalkLogger.green("Extension Reloaded..."); | ||
} | ||
@@ -595,0 +593,0 @@ }; |
{ | ||
"name": "hot-reload-extension-vite", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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
40803
1177