I have an src/assets/img/emojis folder with a lot of pngs. In build i need to copy this folder to build/static/media/emojis. How to do this using webpack?
P.S: i'm using default create-react-app config
I have an src/assets/img/emojis folder with a lot of pngs. In build i need to copy this folder to build/static/media/emojis. How to do this using webpack?
P.S: i'm using default create-react-app config