Jonny Buchanan

Results 130 comments of Jonny Buchanan

It looks like Flow no longer requires the weird stub file config it needed last time I looked at it (🎉) , so the [create-react-app instructions](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-flow) should work for React...

I haven't built one before so I don't know which config changes would be required. I'd be happy to add support for it if you have any pointers.

That's really useful, thanks @brumm I might be writing an Electron app soon so I'll see what could potentially be integrated into nwb as a new project type which gives...

Generally, I'd consider any `webpack` config in `nwb.config.js` to be there for the demo build (more convenient importing if you have a bunch of modules in `src/`). Since `src/` is...

This is similar to #524, as any `args` config will have been added to `serverConfig` by this point, so it should only be checking `serverConfig` at this point - I...

Is there a common workflow for that? Happy to add a per-repo command to make it easier.

This should be added to the docs now that we have working examples, thanks for those.

I moved away from SVG badges because this is what they look like if you specify a reasonable minimum font size in your browser config: ![firefox_2017-01-05_19-27-08](https://cloud.githubusercontent.com/assets/226692/21675307/1f581f44-d37d-11e6-8d52-3e5c5dceee60.png) I've opened https://github.com/badges/shields/issues/848 to...

Currently it assumes single entry, and I haven't really looked into what would be involved for multi-entry. Personally I've never built a multi-entry app with webpack, so I don't have...

Warning: https://medium.com/@forbeslindesay/is-promise-post-mortem-cab807f18dcc