gatsby-remark-component icon indicating copy to clipboard operation
gatsby-remark-component copied to clipboard

Build without excessive console output

Open CodeAndWeb opened this issue 6 years ago • 1 comments

Removed obsolete output from production version.

CodeAndWeb avatar Mar 13 '19 18:03 CodeAndWeb

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 :)

rstacruz avatar Apr 06 '19 11:04 rstacruz