uiwjs / react-markdown-preview

React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style. Support dark-mode/night mode.
https://uiwjs.github.io/react-markdown-preview
MIT License
271 stars 48 forks source link

Failed to parse source map after installing/using MarkdownPreview #266

Open guillermoamaral opened 3 months ago

guillermoamaral commented 3 months ago

Hello,

I started to see this odd warning after using MarkdownPreview (i.e., if I commented out the code that imports/uses MarkdownPreview the warning disappears). Any idea?

image

Many thanks in advance!

jaywcjlove commented 3 months ago

@guillermoamaral Adding the following configuration to webpack can solve the issue

https://github.com/uiwjs/react-markdown-preview/blob/709a50e3139465c4353349e57ccf63ef7de1b102/website/.kktrc.ts#L21-L25

jaywcjlove commented 3 months ago

@guillermoamaral