diff --git a/src/bundle.ts b/src/bundle.ts index 891263f..12548c4 100644 --- a/src/bundle.ts +++ b/src/bundle.ts @@ -38,6 +38,7 @@ export async function bundle(this: EsbuildServerlessPlugin): Promise { 'outputWorkFolder', 'nodeExternals', 'skipBuild', + 'skipRebuild', 'skipBuildExcludeFns', 'stripEntryResolveExtensions', 'disposeContext',