tcoopman / image-webpack-loader

Image loader module for webpack
MIT License
2.03k stars 131 forks source link

Unexpected character #426

Open MLDMoritz opened 2 years ago

MLDMoritz commented 2 years ago

Module parse failed: Unexpected character '�' (1:0) File was processed with these loaders:

This is my configuration:

const imgRule = config.module.rule('images')
        imgRule.use('file-loader')
            .loader('image-webpack-loader')