Ben March
Ben March
Hmm, let me take a look and get back to you. Can you provide a bit more code including the context and locals?
@Shreyas-vgr apologies for the delay. I've added two config options: `dereference-symlinks` and `no-npm-install`. I'm not sure the latter makes sense as a config option because it only affects an Node/NPM-based...
@jessegavin, scripts named "install" get executed during installation. So if Bower is not installed on the developer's (or CI's) machine then it will fail. It would be great to rename...
I'm curious what happens if there are two plugins that both declare a `errorLoadRemote` hook. This hook appears to be intended to resolve with a fallback module, but it doesn't...
Using NextJS 13.4.8 and FontAwesome 6.4.2 and the "require" workaround is _not_ working for me. Any other ideas?
Thanks @dan2kx, unfortunately that's how I have it configured. I might have some complicating factors such as lazy loading components that could be affecting this. I was able to avoid...
+1 I ended up just programmatically wrapping the parent element and then moving the style element into the wrapper before running the polyfill. It would be great if this worked...
Thanks, @thomaspark, that looks great! The only issue is that my company still supports IE8, which is the only reason I chose this polyfill (I was originally using another one...
Hi @deanmaster , Thanks for reaching out. Honestly, I ported this library from the Spring codebase like 10 years ago and haven't maintained it much since. I'm not sure if...