Joseph Dan Alinsug
10/20/2021, 12:27 PM0.46
, I was wondering if the option minify
on sst Function was removed or at a different place. I couldn't it find on Function.d.ts
thdxr
10/20/2021, 12:42 PMJoseph Dan Alinsug
10/20/2021, 12:59 PMexport interface FunctionBundleNodejsProps {
loader?: {
[ext: string]: esbuild.Loader;
};
externalModules?: string[];
nodeModules?: string[];
commandHooks?: lambdaNode.ICommandHooks;
esbuildConfig?: string | FunctionBundleEsbuildConfig;
}
i just updated to 0.48thdxr
10/20/2021, 3:08 PMthdxr
10/20/2021, 3:08 PMexport interface FunctionBundleNodejsProps {
loader?: {
[ext: string]: esbuild.Loader;
};
externalModules?: string[];
nodeModules?: string[];
commandHooks?: lambdaNode.ICommandHooks;
esbuildConfig?: string | FunctionBundleEsbuildConfig;
minify?: boolean;
}
thdxr
10/20/2021, 3:09 PMJoseph Dan Alinsug
10/20/2021, 3:20 PMthdxr
10/20/2021, 3:21 PMnode_modules/@serverless-stack/resources/package.json
and see if it's the right versionJoseph Dan Alinsug
10/20/2021, 3:25 PM"version": "0.46.0",
thdxr
10/20/2021, 3:44 PMthdxr
10/20/2021, 3:45 PMJoseph Dan Alinsug
10/20/2021, 3:52 PMJoseph Dan Alinsug
10/20/2021, 3:56 PM