All images in /assets folder dissapear when I build with webpack
问题 Until now I worked in dev enviroment , but now I arrived into prod enviroment , and I run into this issue: some important details on the project: Everything works fine when I run the project on webpack-dev-server Its a React app I costumized webpack.config myself so maybe I have some mistakes (not a create-react-app) My /assets folder has some images I have font-awesome installed I use file-loader to deal with font-awesome and all the images The problem: After I run build I loose all of the