Brian McIlwain

Results 21 comments of Brian McIlwain

This error is difficult for non-react savvy folks to understand. It would be great to fix the issue and add more error messaging to direct folks on what to do...

I second this suggestion. Took me a while to figure out where the css library was coming from. Very un-react-like as it is.

I am seeing a similar issue. To give more context, what seems to be going on here with this specific error is that prisma is not compatible with the serverless-optimize...

So here's a list of my prisma versions for help tackling this issue ```text npx prisma --version Environment variables loaded from .env prisma : 2.20.1 @prisma/client : 2.20.1 Current platform...

@goncaloneves Just wondering if you're still maintaining this plugin? @diogogvhenriques same question^? I really like how much this little optimize plugin already does for me. I may be able to...

@softmarshmallow I've managed to get it working with a pretty dirty hacky hotfix. I know it appears to make the issue go away for me. The first commit on that...

> https://www.npmjs.com/package/serverless-plugin-optimize-prisma @softmarshmallow @bmcilw1 I've had to bend this plugin in a couple of hacky ways to make it work. It is not ready for NPM and I'm not willing...

> ![image](https://user-images.githubusercontent.com/15377683/135436776-fea9bb45-1156-4453-97b7-e76ced04b211.png) @bmcilw1 Hi guy, I try use serverless-plugin-optimize-prisma, but it not working. Have any i missing? > > ------------------ Updated -- In serverless.yml I backed to serverless-plugin-optimize and this...

It's been a long time, but #32 is definitely a wart on an otherwise amazingly pleasant plugin. Is this plugin still maintained? It would be ideal if static assets could...

What I'd consider doing is deploying the function code to the root of the lambda, or in other words not nesting code in the _optimize folder for a deployment. I...