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
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
I am trying to request my built svg sprite from webpack-dev-server however am getting a 404 (Not Found). This is because __svg__ is requesting the built sprite from my rails app as opposed to requesting it from my dev server.
Is there a way for __svg__ xhr url to request from my dev server in development and production url when building?..
Should let replacement = expr.id.name + ' = { filename: ' + "__webpack_require__.p +" + '"' + data.fileName + '" }'; change depending on whether we are running a dev server or prod build?
The text was updated successfully, but these errors were encountered:
I am trying to request my built svg sprite from webpack-dev-server however am getting a 404 (Not Found). This is because
__svg__
is requesting the built sprite from my rails app as opposed to requesting it from my dev server.Is there a way for
__svg__
xhr url to request from my dev server in development and production url when building?..Should
let replacement = expr.id.name + ' = { filename: ' + "__webpack_require__.p +" + '"' + data.fileName + '" }';
change depending on whether we are running a dev server or prod build?The text was updated successfully, but these errors were encountered: