-
Hi. I'm trying to build an example of a web component in this sandbox When I run this I get errors which is caused by the fact that the ES modules are transpiled into commonjs. This is a problem because a transitive dependency ( How can I prevent this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah, in fact even the root |
Beta Was this translation helpful? Give feedback.
-
Ok, I found the node setting and changing to The package |
Beta Was this translation helpful? Give feedback.
Ok, I found the node setting and changing to
"node": "14"
fixes that.The package
@tpluscode/rdfine
uses new nodeexports