Commit fe8b486
committed
fix(explorer): fix a next error when using client wasm lib
by targetting explicitly the web package, else NextJs want to target
both the node package for it's Server side rendering and the web package
for the client side. It then fail to find the node package and fallback
to client rendering with an error.1 parent fff5408 commit fe8b486
2 files changed
+8
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments