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
I'm not sure if this "bug" (or behavior) has Sveltekit as target since it seems some Vite config.
Anyways, I'm currently trying to bring unified to perform in some transformation (md string -> html) client-side, like next-mdx-remote, react-markdown and other libraries does.
[vite] Error when evaluating SSR module /node_modules/is-buffer/index.js:
ReferenceError: module is not defined
at /node_modules/is-buffer/index.js:8:1
at instantiateModule (/Users/raul_personal/development/unified-sveltekit/node_modules/vite/dist/node/chunks/dep-11db14da.js:73323:166)
I'm not sure if I need to do some extra config or I'm missing something out.
[vite] Error when evaluating SSR module /node_modules/is-buffer/index.js:
ReferenceError: module is not defined
at /node_modules/is-buffer/index.js:8:1
at instantiateModule (/Users/raul_personal/development/unified-sveltekit/node_modules/vite/dist/node/chunks/dep-11db14da.js:73323:166)
Thanks for reporting. We've been trying to reduce these errors. I added some detail in vitejs/vite-plugin-react#30 and will close this in favor of that issue
Describe the bug
I'm not sure if this "bug" (or behavior) has Sveltekit as target since it seems some Vite config.
Anyways, I'm currently trying to bring
unified
to perform in some transformation (md string -> html) client-side, likenext-mdx-remote
,react-markdown
and other libraries does.However when I try to import like:
I got the following error:
I'm not sure if I need to do some extra config or I'm missing something out.
Reproduction
Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: