We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b002a4e commit 4008e58Copy full SHA for 4008e58
1 file changed
src/config.js
@@ -21,7 +21,7 @@ module.exports = {
21
generateStatsFiles: false,
22
tsConfig: "tsconfig.json",
23
// Exclude aws-sdk since it's available in the Lambda runtime
24
- forceExclude: ["aws-sdk"],
+ forceExclude: ["aws-sdk", "source-map-support"],
25
disableForkTsChecker: false,
26
// Set non Webpack compatible packages as externals
27
// Or if we want to exclude all packages in the node_modules:
0 commit comments