Skip to content

Commit

Permalink
fix: don't use esm resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Feb 17, 2023
1 parent 86fc69c commit 9a6c627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loader/built-in/module/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class ModuleLoader implements Loader {
// @ts-ignore
this.jiti = createJITI(undefined, {
extensions: ['.js', '.mjs', '.mts', '.cjs', '.cts', '.ts'],
esmResolve: true,
});
}

Expand Down

0 comments on commit 9a6c627

Please sign in to comment.