Devin R. Olsen

Results 7 comments of Devin R. Olsen

Hi @H20frks and thanks! I understand cost is a huge issue for most right now building these. The reason the Atlas board is so expensive is cause it a fully...

What was the decision for `7.0.0-beta.1`'s `dist/` files to move over to being `ESModules` vs. well established `require` like on `6.2.2`? I've got a downstream package (`node 14.17.0`) that I...

This was the info I needed, thank you RobinHerbots! Changing import to direct lib has reduced my bundle size by **30kb** compressed / **56kb** uncompressed.

Not sure when or if this feature request will be picked up, but figured it should be noted that this feature is available on another alternative plugin called `webpack-favicons` on...

IE11 and Edge (18 Latest)

They do not. They only work in Edge and IE, which is why I had to sniff for them specific vendors using navigator object in my JS prior to pre-pending...

Modernizr does indeed detect data-uri with a test, however it returns false positives cause it does not test them as links. So it truly has to be a browser detect,...