image-webpack-loader icon indicating copy to clipboard operation
image-webpack-loader copied to clipboard

Unexpected character

Open MLDMoritz opened this issue 4 years ago • 0 comments

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

  • ./node_modules/image-webpack-loader/index.js You may need an additional loader to handle the result of these loaders.

This is my configuration:

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

MLDMoritz avatar Apr 06 '22 17:04 MLDMoritz