open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
234 stars 43 forks source link

[to-markdown] Uncaught SyntaxError: mdast-builder/lib/src/index.js' does not provide an export named 'image' #161

Open guillemcordoba opened 2 years ago

guillemcordoba commented 2 years ago

I'm trying to import the customElementsManifestToMarkdown function in rocket like this:

```js script
import { customElementsManifestToMarkdown } from "@custom-elements-manifest/to-markdown";

But I'm getting this error:

Uncaught SyntaxError: The requested module './../../../mdast-builder/lib/src/index.js' does not provide an export named 'image'



**Expected behavior**
No error is given.