Answer the question
In order to leave comments, you need to log in
Not copying images from components to React using copy-webpack-plugin. How to setup?
Can't transfer images from img folders inside component folders to dist using copy-webpack-plugin. Here is how I write it:
new CopyWebpackPlugin([
{ from: '**/img/*', to: 'img' }
])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question