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 33b5982 commit 9eeae6dCopy full SHA for 9eeae6d
snowpack/src/commands/dev.ts
@@ -612,6 +612,7 @@ export async function startServer(
612
let attemptedFileLoc = fileToUrlMapping.key(reqPath);
613
if (!attemptedFileLoc) {
614
resourcePath = reqPath.replace(/\.map$/, '').replace(/\.proxy\.js$/, '');
615
+ resourceType = path.extname(resourcePath);
616
}
617
attemptedFileLoc = fileToUrlMapping.key(resourcePath);
618
0 commit comments