How to configure path aliases w/Vite + Vue/React
While building Humanizer, I hit a snag while trying to import a component using the '@' path alias to src.
That's when I realised that Vite does not provide path aliases(@/~) out of the box. If we want to use that, we would need to set it up oursel...
koha.hashnode.dev2 min read