Skip to content

Commit

Permalink
fix: force exclude source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
it-propulse committed Feb 15, 2022
1 parent b002a4e commit 4008e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
generateStatsFiles: false,
tsConfig: "tsconfig.json",
// Exclude aws-sdk since it's available in the Lambda runtime
forceExclude: ["aws-sdk"],
forceExclude: ["aws-sdk", "source-map-support"],
disableForkTsChecker: false,
// Set non Webpack compatible packages as externals
// Or if we want to exclude all packages in the node_modules:
Expand Down

0 comments on commit 4008e58

Please sign in to comment.