We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49931d commit c6f467fCopy full SHA for c6f467f
.gitignore
@@ -114,3 +114,5 @@ venv.bak/
114
# JavaScript
115
# Ignore node_modules in any directory
116
**/node_modules/
117
+
118
+src/graphviz_anywidget/static/
build.js
@@ -24,7 +24,7 @@ const buildOptions = {
24
entryPoints: ["js/widget.js"],
25
bundle: true,
26
format: "esm",
27
- outdir: "static",
+ outdir: "src/graphviz_anywidget/static",
28
plugins: [wasmPlugin],
29
sourcemap: watch ? "inline" : false,
30
loader: {
0 commit comments