Piotr Oleś
Piotr Oleś
I would expect that `modifiedFiles` and `removedFiles` contains a list of files - not directories. And that's the case on Linux, Mac, and Windows with normal paths, but not on...
@evilebottnawi I didn't notice such an issue with webpack 4 which AFAIK uses chokidar as a low-level watching library. But I don't know if that's the source of the issue.
As I said above, it works differently on Linux and Mac OS. If it's expected, then the name ’modifiedFiles’ is misleading :)
Yes, there is something off with 8.3 names. I resolved an 8.3 path using `fs.resolveSync.native` in my tests as a CWD for the spawned webpack process and now they pass...
It's up to you. The problem still exists, but I was able to do a workaround :)
Yep, sorry for the wrong function :)
> I might be missing something, but: > > > As you probably know, there are 2 options for case sensitivity: > > The OSs act the opposite way around...
Is it something that I could expect to be implemented by one of the maintainers, or you would like to get a PR from me? 😃
Could you elaborate on which exact command you run to compare how long it takes? Also, please provide timings, so I can compare this with running this on my computer...
@tal-rofe which version of ts-loader do you use? If it's < 9.3.0, you should provide `transpileOnly: true` option