Skip to content

Commit

Permalink
allow overriding appDir as an escape hatch (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix-stripe authored Dec 21, 2023
1 parent 85085df commit 7b2482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const withMarkdoc =
{
loader: require.resolve('./loader'),
options: {
appDir: options.defaultLoaders.babel.options.appDir,
...pluginOptions,
dir: options.dir,
nextRuntime: options.nextRuntime,
appDir: options.defaultLoaders.babel.options.appDir,
},
},
],
Expand Down

0 comments on commit 7b2482a

Please sign in to comment.