vite-plugin-entry-shaking-debugger
Version:
Debugger for vite-plugin-entry-shaking
24 lines (23 loc) • 411 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/vite.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>VPES debugger</title>
</head>
<body>
<div id="app"></div>
<script
type="module"
src="/main.ts"
></script>
</body>
</html>