@jsenv/core 39.7.0 → 39.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/jsenv_core.js
CHANGED
|
@@ -20122,7 +20122,7 @@ const jsenvPluginAutoreloadServer = ({
|
|
|
20122
20122
|
}
|
|
20123
20123
|
if (
|
|
20124
20124
|
urlInfo.data.hotDecline ||
|
|
20125
|
-
urlInfo.
|
|
20125
|
+
urlInfo.lastReference?.type === "http_request"
|
|
20126
20126
|
) {
|
|
20127
20127
|
return {
|
|
20128
20128
|
declined: true,
|
package/package.json
CHANGED