You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: