Skip to content

Commit

Permalink
fix issue 451 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix-stripe authored Oct 10, 2023
1 parent 0d01d35 commit 9fb2c57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const withMarkdoc =
...pluginOptions,
dir: options.dir,
nextRuntime: options.nextRuntime,
appDir:
options.config.experimental.appDir &&
options.defaultLoaders.babel.options.appDir,
appDir: options.defaultLoaders.babel.options.appDir,
},
},
],
Expand Down

0 comments on commit 9fb2c57

Please sign in to comment.