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
diff --git a/node_modules/@rspack/core/compiled/watchpack/index.js b/node_modules/@rspack/core/compiled/watchpack/index.js
index d6de72a..e4b2bc0 100644
--- a/node_modules/@rspack/core/compiled/watchpack/index.js+++ b/node_modules/@rspack/core/compiled/watchpack/index.js@@ -9,7 +9,7 @@ module.exports = function (glob, opts) {
throw new TypeError('Expected a string');
}
- var str = String(glob);+ var str = String(glob).replace(/\\/g, '/');
// The regexp we are building, as a string.
var reStr = "";
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@rspack/[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: