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
Otherwise I get the following issue when building an electron-based app with webpack:
ERROR in ../../node_modules/svelte-markdown/src/markdown-parser.js 3:0-25:20
Module not found: Error: Can't resolve './renderers' in '/home/tuditi/bloom-labs/bloom/node_modules/svelte-markdown/src'
Did you mean 'index.js'?
BREAKING CHANGE: The request './renderers' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
I used patch-package to patch
[email protected]
for the project I'm working on.Otherwise I get the following issue when building an electron-based app with webpack:
Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: