André Engelbrecht

Results 10 comments of André Engelbrecht

I concur, I had a very similar issue, where images generated by Html2Canvas were being cut off. This only happened in production builds. In dev environments it worked fine. The...

Yes, I know, that's why I'm thinking it should be compatible. I suspect there's simply something off in my AWS config, and I'll be working on that today, but I...

I got the AWS config sorted out and was able to reach the Redshift DB, but I encountered to following error, which I assume means that this package isn't compatible...

I ended up just manually handling migrations for now. I bit of manually effort, but our Redshift DB is pretty static. Thanks for the feedback though.

> i was able to get this issue to go away by manually creating a webpack.config.dev.js and webpack.config.prod.js (just did a [save as] on webpack.config.js). > > However, although the...

> https://github.com/F1LT3R/cra-workspaces-poc @F1LT3R , thanks for the link, I will definitely try that out. But I'm still wondering though, is there no way to tackle this problem in a way...

@F1LT3R , I hear you, and no, there's no reason why I can't use your POC, It'll do the job just fine. I'm just nitpicky about not using the latest...

@F1LT3R , I don't know if I can convince you to upgrade to 2.1.5, but I can see that 2.1.4 did include quite a number of tiny improvements: https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md#214-february-10-2019 In...

So @F1LT3R, with the latest version of @f1lt3r/react-scripts - 2.1.3-e, how did you resolve this issue: https://github.com/facebook/create-react-app/issues/6214, or is this still an issue? If I revert to v2.1.1-workspaces-04 all is...