Hi,
On the official documentation it says to import web components like this:
import '@arcgis/map-components/components/arcgis-scale-bar'
but in practice i have to import it with the dist folder or else it won't find it.
on disk, i do see the folder path under node_modules is arcgis/map-components/dist/components/arcgis-scale-bar but it feels like there is some missing mapping maybe.
i did an npm install and saved it to my package.json. I'm not sure why i have to specify the dist folder
Jonathan