Skip to content

Commit c6f467f

Browse files
committed
Fix outdir to be src/graphviz_anywidget/static/
1 parent d49931d commit c6f467f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ venv.bak/
114114
# JavaScript
115115
# Ignore node_modules in any directory
116116
**/node_modules/
117+
118+
src/graphviz_anywidget/static/

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const buildOptions = {
2424
entryPoints: ["js/widget.js"],
2525
bundle: true,
2626
format: "esm",
27-
outdir: "static",
27+
outdir: "src/graphviz_anywidget/static",
2828
plugins: [wasmPlugin],
2929
sourcemap: watch ? "inline" : false,
3030
loader: {

0 commit comments

Comments
 (0)