Max van der Schee
Max van der Schee
**Edit: This solution doesn't work because the second image won't be processed correctly, see below for a workaround.** I recently changed my Webpack config to support `webp` as well, it...
@sir-red-dab Thanks for the alternative, it's good to know there are other ways to get your images transformed (Don't forget Cloudinary, Imgix, Filestack, etc.). Still, the reason others and I...
I don't have a great example why, but it has something to do with the [module resolution](https://www.typescriptlang.org/docs/handbook/module-resolution.html) it could be that for example your local development is using TypeScript to...
Yes, I saw that the code you guys wrote is the smallest, but the dependencies are pretty big. To give a fair comparison, I did a build in the project...
I checked the dependencies and found you have five core packages. The last two are already included, so we can ignore those. Looking at the unpacked size gives an idea...
He @jnordberg That's not bundle sizes, what is happening with nuxt3 is that it doesn't bundle everything, the server understands how to handle imports so it will include the the...
I made an build and run a server and it looks like the user would receive: Bundled package (ual-plainjs-renderer, ual-anchor and a bit of template for the layout) `Transferred 151,72...
I would recommend: - license information in a LICENSE file. - Extract css to a styling file.
@aaroncox Thank you for the update :) I can understand and I will see the updates once they are there 👍
I've been using Molkar's version for a while now, and it works perfectly for my needs. How can we make this PR land into the main version?