Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: add TODO
  • Loading branch information
alexander-akait committed Jul 14, 2021
commit c43057cdef0f7cd1d2fcc982560e04a7a15e7d62
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ function normalizeUrl(url, isStringValue) {
}

function requestify(url, rootContext, needToResolveURL = true) {
// TODO supports `file` protocol in webpack
if (/^file:/i.test(url)) {
return fileURLToPath(url);
}
Expand Down