@vitejs/plugin-react
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -1,11 +0,1 @@ | ||
/* eslint-disable no-undef */ | ||
if (typeof window !== 'undefined') { | ||
if (window.__vite_plugin_react_runtime_loaded__) { | ||
throw new Error( | ||
'React refresh runtime was loaded twice. Maybe you forgot the base path?', | ||
) | ||
} | ||
window.__vite_plugin_react_runtime_loaded__ = true | ||
} | ||
function debounce(fn, delay) { | ||
@@ -19,2 +9,3 @@ let handle | ||
/* eslint-disable no-undef */ | ||
const enqueueUpdate = debounce(exports.performReactRefresh, 16) | ||
@@ -21,0 +12,0 @@ |
{ | ||
"name": "@vitejs/plugin-react", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
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
29420
669