I would like to use my core project and import it into my second project. I point to the App.js and so the entire core project is now visible in my second project.
However, now I would like to override the logo that is being displayed at the top.
Is there a way to override files from a dependency that I use? I use the file-loader
and I am pretty sure that I can use this in some way, I just don't know how.