Using Clarity Core components with vanilla JS fails because of imports problem
Clarity from VMWare is a design system usable by Angular or by Vanilla JS. I’m used to build application with the Angular version, but now i need to use Clarity in an HTML/vanilla Js application.
The problem is that when i follow the documentation, the import of the web components is always failing : Uncaught TypeError: Failed to resolve module specifier "@cds/core/icon/register.js". Relative references must start with either "/", "./", or "../".