Skip to content

Commit 7b2482a

Browse files
authored
allow overriding appDir as an escape hatch (#51)
1 parent 85085df commit 7b2482a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const withMarkdoc =
1111
{
1212
loader: require.resolve('./loader'),
1313
options: {
14+
appDir: options.defaultLoaders.babel.options.appDir,
1415
...pluginOptions,
1516
dir: options.dir,
1617
nextRuntime: options.nextRuntime,
17-
appDir: options.defaultLoaders.babel.options.appDir,
1818
},
1919
},
2020
],

0 commit comments

Comments
 (0)