You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[windows] Add Windows compatibility for the resolve ESBuild plugin
Previously, the separator for the filter regex was hardcoded to `/` (Unix separator).
Now, instead of hardcoding the separator, we are using the cross-platform `path.join` function. It's result is regex escaped using the `escape-string-regexp` library.
Signed-off-by: Costin Sin <[email protected]>
0 commit comments