Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I'll change my answer since I came across a great plugin like - copy-webpack-plugin .
Here is an example configuration:
plugins: [
new CopyWebpackPlugin([{
from: './src/fonts',
to: './fonts'
},
{
from: './src/favicon',
to: './favicon'
},
{
from: './src/img',
to: './img'
},
{
from: './src/uploads',
to: './uploads'
}
]),
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question