Thx!
So indeed with "includePaths" (slice "node_modules")
and @import "leaflet/dist/leaflet";
it works
So it’s important to not use the *.css
extension.
Now I only wonder why I need to explicitly include "includePaths" (slice "node_modules")
as for .scss
imports it works without it…