vite-plugin-inspect
Version:
Inspect the intermediate state of Vite plugins
25 lines (23 loc) • 881 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<title>Vite Inspect</title>
<script type="module" crossorigin src="/__inspect/assets/index.9f839513.js"></script>
<link rel="modulepreload" href="/__inspect/assets/vendor.2d084ca7.js">
<link rel="stylesheet" href="/__inspect/assets/index.11d20cb5.css">
</head>
<body>
<div id="app"></div>
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('color-schema') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
</body>
</html>