Skip to content

Commit 3a313d9

Browse files
authored
add missing file extension (#736)
* add missing file extension * npm audit fix
1 parent 9e8e849 commit 3a313d9

File tree

4 files changed

+31
-23
lines changed

4 files changed

+31
-23
lines changed

docs/source/about/changelog.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ more info, see the :ref:`Contributor Guide <Creating a Changelog Entry>`.
2323
Unreleased
2424
----------
2525

26-
No changes.
26+
Fixed:
27+
28+
- `idom-team/idom-jupyter#22 <https://github.com/idom-team/idom-jupyter/issues/22>` -
29+
a missing file extension was causing a problem with WebPack.
2730

2831

2932
v0.38.0

docs/source/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"",
6060
),
6161
}
62+
extlinks_detect_hardcoded_links = True
63+
6264

6365
# -- General configuration ---------------------------------------------------
6466

src/client/package-lock.json

+24-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from "./mount.js";
2-
export * from "./contexts";
2+
export * from "./contexts.js";
33
export * from "./components.js";
44
export * from "./server.js";

0 commit comments

Comments
 (0)