Mikkel Rom Engholm
Mikkel Rom Engholm
Same as this issue: https://github.com/ionic-team/stencil/issues/2526
> Judging from the [test suite](https://github.com/glidejs/glide/blob/30978df4bd405ddc186be2db46b3c3a72200a656/tests/fixtures/html.js), it seems that there are actually 6 valid direction patterns: > > * `>` : next slide > * ` * `|>`: next perView...
@xfra35 you're totally right! I rolled back to `3.4.0` from `3.4.1`, and now it works 👍 Thanks a lot 🙏
Update: It looks like Vite has made a workaround for the Rollup issue, maybe this could be implemented in Stencil as well? https://github.com/vitejs/vite/commit/f8e4eebcc48ad5e98e52d12ce6595da014a43276
Thank you @splitinfinities, sounds great 🙌 🙂
@splitinfinities @rwaskiewicz any update on this? 🙂
Hi @johnjenkins. Thanks for taking the time to look at this (to me, critical) issue and the reproduction repo 👍 🙏 I've just pulled down [the repo](https://github.com/mikkelrom/stencil-caching-issue) again and followed...
Hi again @johnjenkins, sorry for the late reply. This issue was created a long time ago, so I decided to try and update the reproduction repo to the latest version...
Update: Rollup issue fixed in v3.0.0. https://github.com/rollup/rollup/issues/3415
I'm also facing this issue using `@stencil/[email protected]`. We're self-hosting the files and caching them "forever", which breaks because the hashed filename of the "namespace"-file doesn't update correctly, even though a...