Skip to content

Commit

Permalink
fix: delete installExtraArgs from config (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Oct 25, 2021
1 parent 5021613 commit 8e105a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class EsbuildServerlessPlugin implements ServerlessPlugin {
delete config['watch'];
delete config['keepOutputDirectory'];
delete config['packagerOptions'];
delete config['installExtraArgs'];

const bundlePath = entry.substr(0, entry.lastIndexOf('.')) + '.js';

Expand Down

0 comments on commit 8e105a6

Please sign in to comment.