Gérard Dethier

Results 7 comments of Gérard Dethier

Great, thanks for the link @chrispanag ! I guess the issue should remain open until type support becomes official, right?

Hello @LaurentTrk, thanks a lot for this contribution! I reviewed the code and IMHO, everything is fine (documentation, style, tests). Is there something preventing you to change the status of...

Hello @jacogr ! Did you already have a look at this PR? We would really love to see this feature integrated as we rely on it in this fork of...

Hello @jacogr and thank you very much for your review. Sorry to come back to you so late but I had to test a few things. I tried to implement...

I think I found the issue. In order to test different webpack configurations, I ejected then directly modified `config/webpack.config.js`. The problem is in the [last module rule](https://github.com/facebook/create-react-app/blob/9802941ff049a28da2682801bc182a29761b71f4/packages/react-scripts/config/webpack.config.js#L587) (the one for...

In the very short term, a workaround is to use [craco](https://github.com/gsoft-inc/craco) in order to add the exclusion. Your `craco.config.js` file would then look like this: ```js module.exports = { webpack:...