Commit 6c1c44a
committed
fix: move y-prosemirror to dependencies in server-util
server-util unconditionally imports @blocknote/core/yjs which has a hard
runtime import of y-prosemirror. Having it in devDependencies meant it
was stripped from the published tarball, causing ERR_MODULE_NOT_FOUND
for consumers (e.g. the Next.js test app).1 parent 4793434 commit 6c1c44a
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments