This is my current file structure. The srcfolder and the webpack.config file are in the same directory. The imgfolder, the App.jsx file and the index.js are in the same directory. I'm referencing the image from the App.jsx file
root
--srcfolder
--imgfolder
--sprite.svg
--App.jsx
<svg className="app__name--svg" id="app__name--svg">
<use xlinkHref="./img/sprite.svg#icon-react" />
</svg>
--index.js
--webpack.config.js