MDX caching #31386
Answered
by
cameronbraid
cameronbraid
asked this question in
Help
MDX caching
#31386
-
Is there any way to cache the compilation of markdown nodes between builds ? I use createNode like this :
Typically this is one of the longest parts of my site builds (hundreds of these type calls) |
Beta Was this translation helpful? Give feedback.
Answered by
cameronbraid
May 13, 2021
Replies: 1 comment
-
I think my answer was that it does do caching, however I ran into #27941 So setting option |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cameronbraid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think my answer was that it does do caching, however I ran into #27941
So setting option
lessBabel:true
improved my build time.