mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 04:57:50 +02:00
feat(core, mdx-loader): deduplicate MDX compilation - siteConfig.future.experimental_faster.mdxCrossCompilerCache
(#10479)
This commit is contained in:
parent
897ebbe3ca
commit
5bab0b5432
18 changed files with 333 additions and 151 deletions
|
@ -10,7 +10,7 @@ import {escapePath, type WebpackCompilerName} from '@docusaurus/utils';
|
|||
import {getProcessor, type SimpleProcessorResult} from './processor';
|
||||
import {validateMDXFrontMatter} from './frontMatter';
|
||||
import preprocessor from './preprocessor';
|
||||
import type {Options} from './loader';
|
||||
import type {Options} from './options';
|
||||
|
||||
/**
|
||||
* Converts assets an object with Webpack require calls code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue