Julien Blatecky

Results 17 comments of Julien Blatecky

I'll keep in mind this limitation about high parallelization and I'll let you know if I face it or not. Concerning C++14, that should not be a problem. With the...

Yes I'll try to add it to `.npmignore`. Concerning what @KyleAMathews said, I didn't see that. I'm going to discord right now :)

Thanks for the report! I have to admit that I don't know the expected behaviour of this option. I'm only relying on the underlying plugin `favicons` to handle it. Can...

I'm planning to move away from `favicons-webpack-plugin` because it seems to be unmaintained. I'll switch to `sharp` and you will likely be able to compress generated PNGs.

Indeed the fix in `itgalaxy/favicons` should be available today. I'll see tomorrow if I need to release a new version of `gatsby-favicon-plugin`.

It seems that we're waiting for this PR https://github.com/itgalaxy/favicons/pull/271 to be merged. As soon as it is done, it should work again.

Yes, you're right @spences10 ! Normally, you just have to update the npm packages to make it work again. As soon as someone else here can confirm that the bug...

@spences10 The `itgalaxy/favicons` is only pinned by your `package-lock.json`, so running `npm update` should do the trick.

@janetrimmer Do you have the version of `favicons` as specified in your `package-lock.json` before, after npm update and after reinstall?

Okay I've just read the npm doc again and `npm update` will only check top level dependencies. `npm --depth 4 update` should update it correctly.