Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: backend lambda sdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Nov 13, 2023
1 parent fb39c08 commit e08dab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/solution/backend/config/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
hints: false,
},
devtool: 'nosources-source-map',
externals: ['aws-sdk', slsw.lib.webpack.isLocal && nodeExternals()].filter(x => !!x),
plugins,
node: {
__dirname: false,
Expand Down

0 comments on commit e08dab3

Please sign in to comment.