Skip to content

fix: Windows Build/Watch Errors

This MR fixes 2 errors when try to develop on a Windows machine (see #790).

Changes

  1. Replace POXIS rm -rf call with nodejs version

    note: Since node 18 there is a deprecation warning, but the suggested replacement does not work on windows.

  2. Ensure unix separators on windows for webfont

    Using Windows paths separator \ will break fastGlob. This MR replace \ with / when windows is detected.

Closes #790

Merge request reports