Aaron Buxbaum
Aaron Buxbaum
Have you tried without the `{{` syntax? Usually, attributes prefer binding to the object itself rather than what it evaluates to: `
This is a hack, but if you just import your schema files, you'll force it into the bundle. ``` import app, { server, use } from "nexus"; import { prisma...
> @AaronBuxbaum that's with nextjs correct? Currently, no (I'm playing with serverless -> AWS Lambda), but I suspect it would be easy to put this on NextJS if desired
> Ok so v1 has a `useAltLoader` option you can pass in your webpack config for `astroturf/loader`. This fundamentally changes the approach astroturf takes with webpack, and as a consequence...
> Aaron is it reproducible with the `:export {}` syntax? I always get the same error, if that's what you're asking. It works if I use the old loader, the...
> ah I think this is because the derived identifier for this is "undefined", can you change it to not destructure and see if it fixes it This does indeed...
For what it's worth, the documentation on Serverless and the actual functionality of this package do not seem to match, unless I'm missing a piece of the puzzle: > Configuration...
@charpeni I think this is tangential, but if I'm not mistaken it _has_ to be defined at the directive level (or at least, not at the Typescript level) to resolve...
I have the same bug; I think a good enhancement would be to add a flag that will throw an error if it extends off that page. That way, the...