Timo Laak
Timo Laak
My 2c with react-scripts 5.0.0 and non-ejected CRA project: I also got an empty coverage report and to fix that I need to explicitly pass a path argument: `"test:coverage": "react-scripts...
This is my bad. I had prettier-stylelint in the plugins section of my .stylelintrc. It shouldn't be there.
This should work, in `src/webpack-shell-plugin.js` 
@iSynth you can also try patching it with https://github.com/ds300/patch-package/ while waiting for a proper fix
I was planning to do it, but when I forked the repo, I noticed that it doesn't build without errors etc. If this repo hasn't had any activity during the...
Last commits were over 3 years ago so I'd consider this repo very much abandoned.
I just encountered this same problem when I was trying to figure out how to extend a base component, using the same template and methods on the parent, but overriding...
Is this actually the Acid 4 test?
The above did not work for me. I had to import the `ApolloServerPlugin` and do a type cast. There must be a type conflict. ```ts import { register } from...
I would have needed these today so take that as a yes.