rollup-plugin-import-assert
Version:
A Rollup plugin to add import assertion behavior and syntax support
16 lines (14 loc) • 376 B
HTML
<html lang="en-US">
<head>
<title>Test page</title>
<meta charset="UTF-8">
<script src="https://cdn.skypack.dev/construct-style-sheets-polyfill" type="module"></script>
<script type="module" src="lib/index.js"></script>
</head>
<body>
<h1>Hello <span>world</span></h1>
<h2>It works</h2>
<test-el></test-el>
</body>
</html>