Vishal Vijay
08/01/2021, 4:32 PMFrank
Vishal Vijay
08/01/2021, 6:33 PMimport Utility from '../../custom-lib/src/lib/utility';
with import Utility from 'Lib/utility';
https://github.com/AnomalyInnovations/serverless-bundle
Please refer to Aliases
in above repo a better context.Frank
esbuild
to bundle the functions. I think esbuild
looks at the path
config from your tsconfig.js
. Can you see if this works for you? https://github.com/evanw/esbuild/issues/38Vishal Vijay
08/01/2021, 7:49 PM