Skip to content

Commit

Permalink
fix: append file extension for esm unsupported url scheme error
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed May 29, 2023
1 parent f1e5668 commit fa308b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loader/built-in/module/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class ModuleLoader implements Loader {
) {
return this.load(locatorInfo, {
...options,
withExtension: true,
withFilePrefix: true,
});
}
Expand Down

0 comments on commit fa308b8

Please sign in to comment.