Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-plugin-mdx): enable hmr when importing mdx (#31288) #31370

Merged
merged 1 commit into from May 11, 2021

Commits on May 11, 2021

  1. fix(gatsby-plugin-mdx): enable hmr when importing mdx (#31288)

    * 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)
    pieh authored and vladar committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d7bc900 View commit details
    Browse the repository at this point in the history