Ryan Fitzer
Ryan Fitzer
I was ***not*** able to reproduce this in Safari 12 on macOS Sierra using the [test page](https://bug-123293-attachments.webkit.org/attachment.cgi?id=215113) @va7map attached to the [bug report](https://bugs.webkit.org/show_bug.cgi?id=123293#c7).
Looking in the code, I see that it's possible to set a global variable for units `@lost gridUnit vw;` instead of having to use `lost-unit: vw;` everywhere. Setting this doesn't...
For those of you coming to this thread years later, when I tried to load a sprite, the result was an empty `` wrapper. Setting the `svgo` option to `false`...
This would be a great feature. @GeorgiosP Just tried this on v9.0.3 and the var was **not** expanded, so it may be up the tool chain somewhere. Not sure about...
I started looking through the tests to find a spot to add the new ones, but wasn’t able to figure out where the loader is being tested. Does the loader...
I've also submitted an issue on [`rollup-plugin-commonjs`](https://github.com/rollup/rollup-plugin-commonjs/issues/414). It seems like it might be where this issue is originating.
@unix Are you saying this is happening when used with Webpack?
Ah. I haven’t had a chance to test with Webpack. Check the link to the issue I opened on Rollup. It looks like this is likely an issue in Rollup’s...
I am also able to reproduce this issue, both in my own codebase and the example from @saulacher above. Safari: 12.1.1 (14607.2.6.1.1) macOS: 10.14.5 (18F132) It almost always happens on...
Looking into this more, I see that Safari makes a new request for all linked assets. Here's a screenshot of the [example](https://jsfiddle.net/fvkjyLw4/) shared by @saulacher (with the downloaded result showing...