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 4dd92db commit 50987bcCopy full SHA for 50987bc
src/index.js
@@ -98,7 +98,7 @@ async function loader(content) {
98
// Modern API
99
if (typeof result.loadedUrls !== "undefined") {
100
result.loadedUrls
101
- .filter((url) => url.protocol === "file")
+ .filter((url) => url.protocol === "file:")
102
.forEach((includedFile) => {
103
const normalizedIncludedFile = url.fileURLToPath(includedFile);
104
0 commit comments