Matt Dell

Results 19 comments of Matt Dell

I'm having the same problem as @dcousens. React + ES6 just won't happen with blanket. I've been through the mocha-react repo but I still can't figure this out.

For anyone else struggling, I was able to do this by creating an EC2 instance, installing docker, and then using the docker-compose command in the link above. I doubt this...

@jared-christensen I got it running on AWS per my comment above. Have you tried that? If so where did you get stuck?

I'm having the same problem. Were you able to fix this @prashanthmadi ?

@prashanthmadi yep! That is exactly how I just spent the last 3 hours. 😄

Ah, I am using webpack...

That looks promising! Thanks for the heads up.

Hey @troydieter I haven't looked at this in a couple of years now but your project looks like a really good solution!

I feel like I'm getting a similar error... ``` TypeError: Cannot read property 'apply' of null new WithStyles node_modules/isomorphic-style-loader/withStyles.js:28 25 | 26 | _this = _React$PureComponent.call(this, props, context) || this;...