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 interested in integrating @marp-team/marp-core in an existing Angular app to convert markdown on-the-fly.
But when I'm following the base instructions, I get this error in the browser:
It seems that some CJS dependencies relies on Node-specific features like __dirname, breaking code execution. Is there a workaround or a pre-built marp-core that we could use?
Thanks
The text was updated successfully, but these errors were encountered:
This error is not what we expected so I'm considering to deal with this by some way, but you can try to disable CSS minification by minifyCSS: false constructor option as a workaround.
Hello!
I'm interested in integrating
@marp-team/marp-core
in an existing Angular app to convert markdown on-the-fly.But when I'm following the base instructions, I get this error in the browser:
It seems that some CJS dependencies relies on Node-specific features like
__dirname
, breaking code execution. Is there a workaround or a pre-builtmarp-core
that we could use?Thanks
The text was updated successfully, but these errors were encountered: