Mark Johnson
Mark Johnson
So maybe I'm missing something but it appears that `x0 build src` always runs with the `process.env.NODE_ENV` set to `development`? Even when I set it explicitly with `NODE_ENV=production x0 build...
I'm trying to grab a screenshot of a webgl rendered UI and it doesn't appear to work on the when running on the example Lambda playground. Here's an example playground...
I'm running into an issue where I have a paginated field with filter arguments that is being [aliased](http://graphql.org/learn/queries/#aliases) to produce two different result trees. The problem is that both result...