PaulieScanlon/gatsby-mdx-embed

feat/babel-config

PaulieScanlon opened this issue · 0 comments

Because the lib uses gatsby-plugin-typescript to transpile it'll work when developing but when the package is used by a non ts project there's no common js module.

Investigate how to bundle up the plugin and allow normal js projects to consume it without needing the gatsby typescript plugin installed.