Skip to content

Commit 81f74f2

Browse files
authored
fix(batch): remove aws-sdk from externals in webpackOptions (#838)
1 parent b3e2942 commit 81f74f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/batch.ts

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function defaultBatchOptions(config: DuckConfig): AwsOptions {
101101
},
102102
webpackOptions: {
103103
externals: [
104-
/^aws-sdk\/?/,
105104
"google-closure-compiler-js",
106105
"google-closure-compiler-linux",
107106
"google-closure-compiler-osx",

0 commit comments

Comments
 (0)