Karolis Narkevicius
Karolis Narkevicius
To use TypeScript with jetpack, you currently need a bit of [extra config](https://github.com/KidkArolis/jetpack/blob/master/docs/recipe-05-adding-typescript.md). I had to do the following to get `npx create-react-app example --typescript`. 1. Create `jetpack.config.js`: ``` module.exports...
I think CRA is not using ts-loader and that's why the tsconfig.json is a bit different there. If we did something more similar in jetpack to what CRA does with...
I have since developed and starting using my own solution to embedding images in Next.js projects, in case anyone here finds it useful: https://github.com/humaans/next-img/
Force pushed to keep the suggested extension only.
Sharp added avif, so this should be possible to implement now!
Interesting, I'll try and have a look.
I've been only using http://github.com/KidkArolis/space-router myself. I'm a little hesitent to remove the amd, just because it's not meant to hurt, it's UMD in fact. Or is something breaking for...
Personally, I've since moved to using `prettier` with the official `prettier` extension and [`healthier`](https://github.com/KidkArolis/healthier), which has vscode/sublime extensions. This way I get my editor to apply prettier only if .prettierrc...