Will Weaver
Will Weaver
This finally solves the issue I've been having, and I'm sure many others that have been trying to avoid using webpack. One question is if I reference this branch`univapaycast/serverless-plugin-typescript#feature/tsconfig-paths` in...
> This finally solves the issue I've been having, and I'm sure many others that have been trying to avoid using webpack. > > One question is if I reference...
> > This finally solves the issue I've been having, and I'm sure many others that have been trying to avoid using webpack. > > One question is if I...
I ended up getting the plugin [serverless-tscpaths](https://www.npmjs.com/package/serverless-tscpaths) to do what I needed in conjunction with `serverless-plugin-typescript` and `serverless-plugin-optimize`.
I know this thread is about getting intl package installed on linux, but I found it when trying to get it to work with my Mac so I figured I'd...
I created a PR to hopefully fix the type issues in react 18 https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61028
@medikoo, did you fork this to make that happen? Do you know how the new resolution works? I was looking to make this update for my uses as well.
@medikoo this thread has promise for me. Trying it out. #145
Made my own custom version ```javascript const fs = require('fs'); function getValueFromEnv(key) { return new Promise((resolve, reject) => { if (!fs.existsSync('.env')) { resolve(); return; } fs.readFile('.env', { encoding: 'utf-8' },...
Any update on this? I just updated to the latest version and it seems this issue is still present. I do see when tracing the code that the `provider.stage` comes...