You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby-plugin-mdx): enable hmr when importing mdx (#31288) (#31370)
* save MDXContent to different file
* tmp: skip mdx loader unit tests
* test(e2e-mdx): upgrade cypress, setup running dev
* test(e2e-mdx): add hmr test case
* only apply hmr workaround to develop stage
* don't save mdx component to fs, use webpack tricks with query params
* wait for hmr in mdx/develop
* drop passthrough fs location
* revert unneeded change
* more reverts
* revert devtool debugging change
* adjust unit tests
* add more e2e test - editing prop in markdown, editing component imported by mdx
(cherry picked from commit c8db78f)
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
0 commit comments