Alex Gorbatchev
Alex Gorbatchev
Both would be ideal IMO. I don't know what level of effort it would be.
Another alternative would be to use ES5 import/export. This would allow tree shaking during minimization and essentially accomplish the same thing. Now that I think of it, it's probably the...
Seeing same problem
Also looking for this :)
@shama any thoughts on this?
This was the fix that prevented gaze from crashing in my scenario. Basically, files were being built and placed in the watched folder. Before the build, whole build folder would...
Thanks for pointing that out. Curious if they can be used interchangeably? It doesn't feel like the same thing at first glance. On Fri, Aug 7, 2015, 17:36 Daniel Wirtz...
> complete backend out of the box, so users could build React/Relay apps without initially writing any backend code That! I think it would be a good idea to have...
Added a unit test for it.