Marc Görtz
Marc Görtz
I have the same issue in a Gulp/Browserify setup, starting with v4.13. All versions below v4.13 don‘t have that issue, so right now I‘m sticking with v4.12. I‘ll try to...
@yairEO Sorry, I should have been more specific: No, this is not happening in a Vue codebase. But this _might_ be an issue with some dependency along the way, like...
For the sake of completeness: I could pinpoint my issue with the `unexpected token` down to the [minifier](https://github.com/browserify/tinyify) which uses an outdated version of `terser` that could not handle the...
I have the same issue with Instagram where I switched my handle from `dreamseer` to `mrcgrtz`: https://brid.gy/instagram/marcgoertz.de (which is used in the browser extension) now redirects to https://brid.gy/instagram/dreamseer instead of...
@snarfed No troubles! I did reinstall the extension on both Firefox and Chrome without success. The old data apparently persists in the browser and does not get deleted when uninstalling...
No, no, the extension itself is all fine, listing `mrcgrtz` properly. The only thing is the brid.gy URL (or more correct: the redirect) which is why I stumbled upon this...
I had exactly this issue (with relative colors and Stylelint 16) in one of my projects, leading to the creation of this minimal example: https://github.com/mrcgrtz/stylelint-relative-colors-issue I’m not 100% sure but...