Skip to content

Commit b0ec808

Browse files
authored
fix: Added skipRebuild options to esbuildOptions (#531)
It was missing before and threw an error if I tried to include the option in my esbuild config. Works fine now after adding it here
1 parent b5a233b commit b0ec808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bundle.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function bundle(this: EsbuildServerlessPlugin): Promise<void> {
3838
'outputWorkFolder',
3939
'nodeExternals',
4040
'skipBuild',
41+
'skipRebuild',
4142
'skipBuildExcludeFns',
4243
'stripEntryResolveExtensions',
4344
'disposeContext',

0 commit comments

Comments
 (0)