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

Add source maps to node loader #2458

Merged
merged 4 commits into from Apr 4, 2024
Merged

Add source maps to node loader #2458

merged 4 commits into from Apr 4, 2024

Commits on Mar 12, 2024

  1. Support source maps in the node loader

    This allows people to debug MDX files when using the Node.js loader.
    remcohaszing committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f648f2d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Always use source maps in @mdx-js/node-loader

    There’s not really a reason not to.
    remcohaszing committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    85c53fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c9317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08acc22 View commit details
    Browse the repository at this point in the history