Saransh Malik

Results 15 comments of Saransh Malik

Any updates on this one? This is the only missing piece from this library.

@femmon Oh well will try this out.

@robmadole excluding font awesome from minify actually brings back the original build times. So the issue here is too many new icons slowing the minification or anything else?

> @saransh-malik @jeveloper were you able to find a way out? Yes, you need to use paramSearlizer prop and format the urls on your own that gets it working.

> Can you share a code snippet please? Yup this is how I am doing it currently ``` paramsSerializer: params => { let result = '' Object.keys(params ?? {}).forEach(key =>...