Skip to content

Commit b4eaa22

Browse files
MoOxnecolas
authored andcommitted
docs: Remove cacheDirectory from babelLoader config
I removed that in #383 but it was skipped somehow. We discussed about this and this option doesn't seems to work with current babel-loader version (cf #383 (comment)) Ref #382 (comment)
1 parent 993104b commit b4eaa22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/website/docs/learn/environment-setup

packages/website/docs/learn/environment-setup/02-next.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Babel is not the default compiler when using Next.js App Router, but it can stil
2626
const dev = process.env.NODE_ENV !== 'production'
2727

2828
const config = {
29-
cacheDirectory: true,
3029
parserOpts: {
3130
plugins: ['typescript', 'jsx'],
3231
},

0 commit comments

Comments
 (0)