An open API service indexing awesome lists of open source software.

https://github.com/lachee/svelte-webcomponent-packing

Svelete Discord Help
https://github.com/lachee/svelte-webcomponent-packing

Last synced: 2 months ago
JSON representation

Svelete Discord Help

Awesome Lists containing this project

README

          

# Broken Svelte Webcomponent

This is an example image cropper to showcase how the webcomponet fails to include the Cropper.js's css file.
The goal is to have everything included in the final bundle.js and no secondary .css file.
If it does have a secondary css-file, it must work on the shadow dom.

# Running
`pnpm dev` to see it working with vite
`pnpm build` to see it broken with webcomponent