Evan Jacobs
Evan Jacobs
> @probablyup Sorry! I've been heads down a bit for a while 😿 Shall we just retarget this towards `main`? I can get that done rather quick and I'd love...
@stepchowfun want to take a stab at fixing this?
Came to say the same thing; we have a setup where we autogenerate story variants with different themes, color modes, and sometimes combinations of props that don't need a proper...
I'm also running into this issue. I have a module dependency that is pre-compiled with its own sourcemap and when I run browserify with `--debug` on my code, it does...
One interesting thing is @jamesknelson was looking into this and switching from `state.file.path.traverse()` to using `@babel/traverse` inside the macro made it work. Maybe switching to that inside this library during...
What do you think @mxstbr? My only concern is this could greatly increase the payload size of both the CSS and the HTML, though some of it would get gzipped...
You could probably make a PR against the Babel plugin to not strip that particular comment Sent from my iPhone > On Jan 15, 2020, at 9:24 AM, cyrus wrote:...
Open to PRs, I don't have any projects using this setup so I probably won't personally be working on it.
If someone wants to pick this up again and remake the corresponding library PR I’d definitely take a look at shipping it! On Wed, Feb 5, 2020 at 1:49 PM...
@bradydowling 1. merge conflicts 2. any corresponding changes due to v5 (the original styled-components-side PR was made against v4 I believe)