Files
react-test/test/bundling/fixtures/esbuild/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
HTML
Raw Normal View History

2025-12-12 14:26:25 +09:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Vite App</title>
</head>
<body>
<script type="module" src="/build/esbuild.fixture.js"></script>
</body>
</html>