vite/playground/css-no-codesplit/index.html

6 lines
235 B
HTML

<link rel="stylesheet" href="./shared-linked.css" />
<script type="module" src="./index.js"></script>
<p class="shared-linked">shared linked: this should be blue</p>
<p class="async-js">async JS importing CSS: this should be blue</p>