skm
0
Q:

html non importa immagini in webpack

{
    test: /\.(png|jpe?g|gif)$/i,
    loader: 'file-loader',
    options: {
        name: '[name].[ext]',
    },
}
0

New to Communities?

Join the community