Hi KeenThemes team,
I have a question, please tell me how can I run Laravel mix only for CSS and JS, exclude media files like PNG, JPG, SVG, etc...?
How will I edit the webpack.mix.js file?
Thank you so much!
Hi,
You can edit the webpack.mix.js file and remove this part to exclude PNG, JPG, SVG, etc. Run the compile command to rebuild.
<img src="https://i.ibb.co/kxP6H6K/image.png" alt="image" border="0">
Thanks