File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# anywidget
22
3+ ## 0.9.21
4+
5+ ### Patch Changes
6+
7+ - Use rsbuild inline sourcemaps for JupyterLab extension ([ #909 ] ( https://github.com/manzt/anywidget/pull/909 ) )
8+
9+ JupyterLab was refusing to load external source map files because they were
10+ being served with the wrong MIME type ('application/octet-stream' instead of
11+ the expected source map MIME type). This caused the extension to fail loading
12+ in version 0.9.20.
13+
14+ Switching to inline source maps embeds the source map directly in the
15+ JavaScript bundle, avoiding the MIME type issue while still providing source
16+ map support for debugging.
17+
318## 0.9.20
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " anywidget" ,
33 "type" : " module" ,
4- "version" : " 0.9.20 " ,
4+ "version" : " 0.9.21 " ,
55 "author" : " Trevor Manz" ,
66 "license" : " MIT" ,
77 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments