Kode / khamake

Kha's build tool.
http://kha.tech
15 stars 45 forks source link

Update chokidar #268

Closed RblSb closed 11 months ago

RblSb commented 11 months ago

3.5.0 supports arm macs, so file watching is 0.0% cpu instead of 7-9. Can you commit npm i changes, or do i need to add it to PR?

RobDangerous commented 11 months ago

Will do the npm i thing.

RobDangerous commented 11 months ago

Hm, don't think that worked. Can't find anything regarding ARM Macs in the diff and looking at chokidar's commits the relevant change seems to be that they switched the fsevents version - but that's an optional dependency that probably only installs on Macs. Will have to check if it causes trouble elsewhere if I commit it from a Mac.