add bundle watch

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 3cfe0c56b8
commit 92faf502d0
2 changed files with 2 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<script id="_code">
const s = document.querySelector('#_code');
eval(`window.d = 123`);
document.body.removeChild(s);
</script>
</body>
</html>