Skip to content

Commit

Permalink
fix(batch): remove aws-sdk from externals in webpackOptions (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorohash authored Jan 25, 2023
1 parent b3e2942 commit 81f74f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function defaultBatchOptions(config: DuckConfig): AwsOptions {
},
webpackOptions: {
externals: [
/^aws-sdk\/?/,
"google-closure-compiler-js",
"google-closure-compiler-linux",
"google-closure-compiler-osx",
Expand Down

0 comments on commit 81f74f2

Please sign in to comment.