webpack5 optimization problem with too many @import
WEBPACK 5
I have a problem with images in HTML.
If I don't import the images with '@import' keyword in a javascript file, the images don't move to the dist/public folder( so it stay in the /src file ).
So if I've 80 images. 80 @import??
seriously? I hope there is another way to do this... Thanks.