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
This is most likely a mistake on my end, as wpackio is otherwise working absolutely brilliantly.
I've extended Webpack configuration to be able to handle SVG files called from SCSS, I've done so following the docs to this result:
Notice that is adding /app twice. The assets was correctly placed into the assets folder, its just that double /app name in the file path that is causing it to break.
Is this due to my configuration for the loader, or something else?
Thank you so much for this amazing tool!
The text was updated successfully, but these errors were encountered:
This is most likely a mistake on my end, as wpackio is otherwise working absolutely brilliantly.
I've extended Webpack configuration to be able to handle SVG files called from SCSS, I've done so following the docs to this result:
This works well in development mode, generating URLs for the SVG files like this:
However when I run the production build, I get a url like this:
Notice that is adding
/app
twice. The assets was correctly placed into the assets folder, its just that double/app
name in the file path that is causing it to break.Is this due to my configuration for the loader, or something else?
Thank you so much for this amazing tool!
The text was updated successfully, but these errors were encountered: