elboman / gatsby-remark-embedded-codesandbox

A Gatsby Remark plugin for embedding Codesandbox given a folder of files
MIT License
32 stars 8 forks source link

v2? #4

Closed alisonjoseph closed 6 years ago

alisonjoseph commented 6 years ago

Does this work with v2 of Gatsby? Doesn't seem to, but not sure if I was doing something wrong. 😸

Error: Unable to find plugin "gastby-remark-embedded-codesandbox". Perhaps you need to install its package?

alisonjoseph commented 6 years ago

nvm 😉

fredvisser commented 5 years ago

To be clear, the issue was a typo in the gatsby-config.js example in the README. Should be: resolve: 'gatsby-remark-embedded-codesandbox', not: resolve: 'gastby-remark-embedded-codesandbox',