Questions tagged [shoelace]
21 questions
2
votes
2 answers
Slow rollup.js bundling after copying in a 3rd-party library
I'm using https://shoelace.style (in my Svelte project), and following the example config in shoelace docs, I added a copy() plugin to my rollup.config.js, copying it to public/vendor/shoelace:
export default {
// SNIP
plugins: [
// SNIP
…

Tomáš M.
- 752
- 7
- 24
1
vote
0 answers
HTMX doesn't seem to trigger event specified by HX-Trigger-After-Swap header
I have a thymeleaf fragment returned by the server from an HTMX request (using HTMX 1.9.0), that also includes a javascript function like this: