Kye Hohenberger

Results 27 comments of Kye Hohenberger

@birdofpreyru a quick hack would be to create a babel preset because they run after plugins. ```js // preset.js const inlineSvg = require('babel-plugin-inline-react-svg') export default { plugins: [ inlineSvg ]...

@threepointone do you still want to do this? I want to add keyframes but I think this should be done first if we are going with it.

This is a babel 6 bug. It doesn't "lift" the comments up with the methods when they are moved. This is fixed in babel 7. You can try making sure...

This is a good idea. Thanks for the suggestion.

What does your babelrc file look like?

Try moving `sitrep` so that it is the first plugin @DannyDelott

Could you make a repo that I could try to reproduce this on @Jack89ita?

Thank you @Jack89ita there seems to be 2 problems here. 1. We don't have support for object property arrow functions. 2. There is a bug in babel 6 that attaches...

FWIW we have some benchmarks setup for emotion that use puppeteer and run on every ci build. Might be some useful stuff to steal. https://github.com/emotion-js/emotion/tree/master/packages/benchmarks