# Ajax-loader_c5cd7f53.gif missing, slick

**URL:** https://discourse.roots.io/t/ajax-loader-c5cd7f53-gif-missing-slick/17619
**Category:** sage
**Tags:** webpack
**Created:** 2020-02-11T10:54:37Z
**Posts:** 4
**Showing post:** 4 of 4

## Post 4 by @mattia — 2021-01-28T09:54:39Z

I had the same problem, and the only fix also for me was to update the limit in webpack.config.js as @Jacek suggested.  
I noticed that the ajax-loader.gif is 4,178 bytes so you can increase the limit in webpack.config.js just a bit, I tried with 4180 and it works.

@mmirus in another post said

> [@Base64 encode on vendors](https://discourse.roots.io/t/base64-encode-on-vendors/13987/2):
>
> The `limit` options mean that files under 4,096 bytes will be encoded and inlined.

so I don’t think that increasing the limit just a little bit is a bad solution, but I would be good to have an expert opinion on this. (because it seems strange that a 4,178 bytes gif cause this problem)

---

_[View the full topic](https://discourse.roots.io/t/ajax-loader-c5cd7f53-gif-missing-slick/17619)._
