While running npm install on VisualEditor/VisualEditor I have spotted:
Running "cssUrlEmbed:dist" (cssUrlEmbed) task function bold() { [native code] } 6 embeddable URLs found >> "../../../ui/styles/images/resize-nw-se.svg" not found on disk >> "../../../ui/styles/images/resize-ne-sw.svg" not found on disk function bold() { [native code] } 6 embeddable URLs found >> "../../../ui/styles/images/resize-nw-se.svg" not found on disk >> "../../../ui/styles/images/resize-ne-sw.svg" not found on disk function bold() { [native code] } 6 embeddable URLs found >> "../../../ui/styles/images/resize-nw-se.svg" not found on disk >> "../../../ui/styles/images/resize-ne-sw.svg" not found on disk function bold() { [native code] } 6 embeddable URLs found >> "../../../ui/styles/images/resize-nw-se.svg" not found on disk >> "../../../ui/styles/images/resize-ne-sw.svg" not found on disk
That show up in the CI console log as well. Not sure why cssUrlEmbed:dist does not cause the installation to be aborted though.