Skip to content

Conversation

@manzt
Copy link
Owner

@manzt manzt commented Nov 12, 2025

Fixes #908

JupyterLab was refusing to load external source map files because they were being served with the wrong MIME type ('application/octet-stream' instead of the expected source map MIME type). This caused the extension to fail loading in version 0.9.20.

Switching to inline source maps embeds the source map directly in the JavaScript bundle, avoiding the MIME type issue entirely while still providing source map support for debugging.

Fixes #908

JupyterLab was refusing to load external source map files because they
were being served with the wrong MIME type ('application/octet-stream'
instead of the expected source map MIME type). This caused the extension
to fail loading in version 0.9.20.

Switching to inline source maps embeds the source map directly in the
JavaScript bundle, avoiding the MIME type issue entirely while still
providing source map support for debugging.
@changeset-bot
Copy link

changeset-bot bot commented Nov 12, 2025

🦋 Changeset detected

Latest commit: e051b74

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
anywidget Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@manzt manzt merged commit 3773508 into main Nov 12, 2025
11 checks passed
@manzt manzt deleted the push-wkwyymzzrovp branch November 12, 2025 17:02
@github-actions github-actions bot mentioned this pull request Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants