-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript v5.0 Support #360
Comments
We are unable to make use of newer typescript features because of this. Although our |
Anyone got a solution on this? Been wanting to update to the newest version |
@fabiosenracorrea Unfortunately I was forced to switch away from I actually tried and gave up on doing this work some time ago because I found it really challenging to figure out what I needed in the webpack configuration. It would've been awesome if What I did insteadHere's some of what I came up with below, hopefully it helps others that are on this path. Snippets of my `serverless.yml` and `webpack.config.js`ContextWe have 6 lambdas that are created out of a single codebase. We are using Prisma as our database ORM, which requires copying some platform specific engine files (shown in webpack config). I'm not saying the config I came up with is the best in anyway and am open to feedback. But we are successfully using it in production. Snippets from
|
@Jackman3005 awesome!! Thanks, I will def give it a try. Sucks that such a nice tool is probably out of my projects due to this TS version lock. I haven't been able to explore options as time is a constraint but i guess I will have to find a way, it's getting out of hand |
@fabiosenracorrea Yeah I totally agree. I really don't want to spend any time thinking about these things and I just want it all to work. I respect the challenge |
It would be great to upgrade related dependencies for Typescript v5.
Current packages:
serverless-bundle/package.json
Line 76 in e1ae01a
serverless-bundle/package.json
Lines 41 to 42 in e1ae01a
The text was updated successfully, but these errors were encountered: