Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a313d9

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

File tree

4 files changed

+31
-23
lines changed
Filter options

4 files changed

+31
-23
lines changed

‎docs/source/about/changelog.rst

Copy file name to clipboardExpand all lines: docs/source/about/changelog.rst
+4-1Lines changed: 4 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: docs/source/conf.py
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: src/client/package-lock.json
+24-21Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.