You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@strarsis I hit the same error. After some debugging I figured out that a race condition is the reason for the non replaced svg-loader(...). A Gulp based build process the SVG files and the CSS in parallel. The error occurs sporadic. The file exists but w/o content, so
Currently, the plugin fails silently when an SVG file doesn't exist for the path.
Instead, the
svg-loader(...)
part is simply kept in the CSS output.The text was updated successfully, but these errors were encountered: