Leon L.

Results 60 comments of Leon L.

I did a test reproduction in this git repo here: https://github.com/Subwaytime/vite-aliases-test - edit: not needed anymore It works flawlessly for me, even tried pnpm. used pnpm: 6.32.3 (latest) Cant seem...

It looks to me this could be an issue with `node 17` compared to `node 16`. So if you could try using 16 for a test that would be great.

Yeah so the type in package forces the build/dev to be in esm rather then cjs. I am checking now whether this is due to vite-aliases or a change in...

esm is technically still experimental on nodejs 16+, so you might run into troubles with this anyways. normally its not recommended, i will see if i can get vite-aliases to...

Hmm thats interesting, are you using `"type":"module"` in your package.json too? or without it?

`vite` and `vite-aliases` should both run without `"type":"module"`. If you dont have any other plugins installed that need this configuration specifically! Ive been working on th ESM support, but it...

fix is coming with the newest release!

quick note: due to covid i wasnt able to work on this again, but now i can finally continue! also, i will bundle this with the upcoming major changes from...

@Aurorxa thanks for that link, i have already updated these according to the docs, there are just some other bugs that currently interfere with a release

Hey there! Thanks for the Report, ill look into it. `chokidar` is hooked into the dev-servermode of `vite`, so there might be changes to `vitest`that arent the same as in...