We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7e51 commit ac1e111Copy full SHA for ac1e111
1 file changed
lib/LoaderRunner.js
@@ -20,7 +20,7 @@ function utf8BufferToString(buf) {
20
}
21
22
const PATH_QUERY_FRAGMENT_REGEXP =
23
- /^(#?(?:\0.|[^?#\0])*)(\?(?:\0.|[^#\0])*)?(#.*)?$/;
+ /^((?:\0.|[^?#\0])*)(\?(?:\0.|[^#\0])*)?(#.*)?$/;
24
const ZERO_ESCAPE_REGEXP = /\0(.)/g;
25
26
/**
0 commit comments