I've just encountered some problems with images loader and I wanted to change its default settings - then I found that there's no such a method as configureImageLoader() so I had to disable it and write the config on my own.
It would be great if all the loaders that webpack-encore support had a corresponding configure_LOADER_NAME method.