Skip to content

Commit 9fb2c57

Browse files
authored
fix issue 451 (#41)
1 parent 0d01d35 commit 9fb2c57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ const withMarkdoc =
1414
...pluginOptions,
1515
dir: options.dir,
1616
nextRuntime: options.nextRuntime,
17-
appDir:
18-
options.config.experimental.appDir &&
19-
options.defaultLoaders.babel.options.appDir,
17+
appDir: options.defaultLoaders.babel.options.appDir,
2018
},
2119
},
2220
],

0 commit comments

Comments
 (0)