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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have some local transformer plugin, which compiles Markdown to HTML using Pandoc:
And the following
.parcelrc
file:However, when I run
parcel build src/index.md
, the plugin doesn't run and Parcel tries to run the standardMarkdownAsset
pipeline, which results in:I can't debug what's happening in my plugin because, as far as I can tell, it isn't running at all, but Parcel doesn't throw any errors at all.
How do I debug this?
Beta Was this translation helpful? Give feedback.
All reactions