Closed s-kris closed 1 year ago
It looks like adding a schema markup script causes a rollup error
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Recipe", "name": "Party Coffee Cake", "author": { "@type": "Person", "name": "Mary Stone" }, "datePublished": "2018-03-10", "description": "This coffee cake is awesome and perfect for parties.", "prepTime": "PT20M" } </script>
[!] (plugin rollup-plugin-elder) Error: Cannot find module './transformers/ld+json'
Would appreciate any help. Thank you!
found this: https://www.npmjs.com/package/svelte-meta-tags
It looks like adding a schema markup script causes a rollup error
Schema
Error
[!] (plugin rollup-plugin-elder) Error: Cannot find module './transformers/ld+json'
Would appreciate any help. Thank you!