Skip to content

CDN done right!

Latest
Compare
Choose a tag to compare
@apinet apinet released this 24 Feb 17:16
· 4 commits to master since this release

For CDN user, lit-line components are now bundled inside a new /cdn directory.

To import it:

<script type="module" src="https://cdn.jsdelivr.net/npm/lit-line@latest/cdn/lit-line.js"></script>

For NPM user, the /dist files DO NOT come pre-bundled, allowing your bundler of choice to more efficiently deduplicate dependencies, resulting in smaller bundles and optimal code sharing.

Note: I am currently preparing the first major release. Feel free to suggest any features you would like to see come to life!