You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `graphvizlib.wasm` file provided by `@hpcc-js/wasm` needs to be
included in `dist/js`.
* It is then loaded async by a JS script imported by the graph view.
* At the time of writing we are using Webpack 4 which doesn't seem to
play nicely with this approach so the best solution I can come up with
is to symlink the wasm file into the `public/js` directory.
* This symlink will be broken until you `yarn install`.
* This hack might not be needed when we upgrade to Webpack 5, however,
this might just be due to the way HPCC packages graphviz.
0 commit comments