Skip to content

Commit

Permalink
fix: remove basedir in resolveOptions, allow original NodeJS resolve …
Browse files Browse the repository at this point in the history
…algorithm

close kentcdodds#233
  • Loading branch information
amoshydra committed Sep 1, 2024
1 parent aa5b349 commit dbe1b40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ async function bundleMDX({
// eslint-disable-next-line new-cap
NodeResolvePlugin({
extensions: ['.js', '.ts', '.jsx', '.tsx'],
resolveOptions: {basedir: cwd},
}),
inMemoryPlugin,
mdxESBuild(
Expand Down

0 comments on commit dbe1b40

Please sign in to comment.