Skip to content

Commit

Permalink
fix: Added skipRebuild options to esbuildOptions (#531)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SyamimMusa committed Mar 8, 2024
1 parent b5a233b commit b0ec808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function bundle(this: EsbuildServerlessPlugin): Promise<void> {
'outputWorkFolder',
'nodeExternals',
'skipBuild',
'skipRebuild',
'skipBuildExcludeFns',
'stripEntryResolveExtensions',
'disposeContext',
Expand Down

0 comments on commit b0ec808

Please sign in to comment.