We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839b67 commit ef6e7abCopy full SHA for ef6e7ab
packages/docusaurus-plugin-content-docs/src/index.ts
@@ -77,13 +77,6 @@ async function createMdxLoaderDependencyFile({
77
options: PluginOptions;
78
versionsMetadata: VersionMetadata[];
79
}): Promise<string | undefined> {
80
- // TODO this has been temporarily made opt-in until Rspack cache bug is fixed
81
- // See https://github.com/facebook/docusaurus/pull/10931
82
- // See https://github.com/facebook/docusaurus/pull/10934#issuecomment-2672253145
83
- if (!process.env.DOCUSAURUS_ENABLE_MDX_DEPENDENCY_FILE) {
84
- return undefined;
85
- }
86
-
87
const filePath = path.join(dataDir, '__mdx-loader-dependency.json');
88
// the cache is invalidated whenever this file content changes
89
const fileContent = {
0 commit comments