gatsby-remark-component
gatsby-remark-component copied to clipboard
Build without excessive console output
Removed obsolete output from production version.
hey I was just curious - what's your use case for. Gatsby-remark-component?
I just learned that instead of doing:
<my-component></my-component>
you can simply write it with a div wrapper:
<div>
<my-component></mygcomponent>
</div>
... which will do the same thing as this plugin :)