Hey all, I was working with this plugin on the node version 12.15.0 and over there it wasn't working... by downgrading to 12.4.0 it did work. Met me post more details soon, but any suggestions where this is coming from?
The issue I encountered was that the webpack build kept spinning reaching some of the first encountered styled-components. repeatedly the same file. (implementation of the component made no difference). simple for example: styled.div with background color
also running the test directly in the repo seems to be broken?

after this test i downgraded to node 11.9.0 via nvm. result is that jest is run within seconds!

checking versions it seems like version 12.10 is correct, higher is broken. confirmed 12.11.0 is not working, (12.11.1 also broken )
Hey all, I was working with this plugin on the node version 12.15.0 and over there it wasn't working... by downgrading to 12.4.0 it did work. Met me post more details soon, but any suggestions where this is coming from?
The issue I encountered was that the webpack build kept spinning reaching some of the first encountered styled-components. repeatedly the same file. (implementation of the component made no difference). simple for example: styled.div with background color
also running the test directly in the repo seems to be broken?

after this test i downgraded to node 11.9.0 via nvm. result is that jest is run within seconds!

checking versions it seems like version 12.10 is correct, higher is broken. confirmed 12.11.0 is not working, (12.11.1 also broken )
locally I updated all packages (including jest, and styled components helpers for version 5) but didn't help me any further...
looks like postcss.process.then neither . catch is being triggered:

https://github.com/trevorburnham/babel-plugin-namespace-styled-components seems to be having the same issue