vite/playground/js-sourcemap/index.html

14 lines
574 B
HTML

<div class="wrapper">
<h1>JS Sourcemap</h1>
<div class="dynamic-foo">dynamic</div>
</div>
<script type="module" src="./foo.js"></script>
<script type="module" src="./bar.ts"></script>
<script type="module" src="./after-preload-dynamic.js"></script>
<script type="module" src="./after-preload-dynamic-hashbang.js"></script>
<script type="module" src="./after-preload-dynamic-no-dep.js"></script>
<script type="module" src="./with-multiline-import.ts"></script>
<script type="module" src="./zoo.js"></script>
<script type="module" src="./with-define-object.ts"></script>