Jonathan Creamer
Jonathan Creamer
The lazy loading also seems to be causing an issue in other libraries... https://github.com/facebook/jest/issues/2605
I'll see if I can look into it. On Sunday, November 24, 2013, Andrew Thorp wrote: > I would love someone to go with an HTTP Basic Auth solution! I...
Oh, I'd love some help. If you already have some ideas than have at it! --- _Jonathan Creamer http://jcreamerlive.com_ _615-392-0809_ - http://www.facebook.com/profile.php?id=38421291 http://twitter.com/#!/jcreamer898 http://www.linkedin.com/profile/edit?id=82666787 http://www.google.com/profiles/matrixhasyou2k4 http://www.myspace.com/matrixhasyou2k4 * jcreamer898 On Mon,...
Well, just as an FYI, the Gatsby already supports CSS Modules out of the box... https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/utils/webpack.config.js#L415 All that my plugin does is make sure that it works with TypeScript. I...
OoOoOo, that's interesting! Let me see what I can do. Sorry I just saw this. I need to re-enable email notifications for github repos. Haha.
Seeing the same issue here, perhaps a `workerPath: require.resolve('metro/src/DeltaBundler/Worker')` would also be a good fix.
I'll have a look. — Sent from Mailbox On Sat, Jul 5, 2014 at 12:38 PM, Douglas Neiner [email protected] wrote: > The AmplifyJS Nuget package has been needing to be...
@ljharb I'm a little confused about the `react/forbid-prop-types` change, why is it bad to pass an object? What's the alternative? Thanks!
Ahhh, `objectOf` was what I was missing. Thanks!