Anton Evzhakov

Results 125 comments of Anton Evzhakov

> I've struggled to find a way to pass in the [4, 6, 7] via props but can't get it to work. I'm afraid, that this is impossible because props...

@joseDaKing will it make Linaria a non-zero-runtime library? :)

It looks like [an issue from stylis](https://github.com/thysultan/stylis/issues/133). As a workaround, you can redefine `preprocessor` in your config.

Hi @dave-stevens-net Looks like `@linaria/esbuild` in your project is resolved to `lib`-version instead of `esm`. Could you please provide a repo that reproduces that behaviour?

Hi @topolanekmartin! Actually, you don't need to. If it doesn't work, then something went wrong. Could you please provide a sample repo, so I can check what exactly went wrong?

@jpnelson it would be cool!

I'm still trying to find a way to avoid that excess transformation stage. Hopefully, I will fix it in 3.0.

It will properly work only if your babel is already targeted IE11 or you keep your styles pretty simple. Otherwise, `shaker` cannot build a proper dependency tree and can strip...

Anyway, I have a feeling, that it's possible to completely avoid that `prepareForShake`. I just need some more time :)