Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
fix(webpack): fix location from source map support
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Aug 12, 2020
1 parent 6ed4c7c commit 3d81c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodejsFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class NodejsFunction extends lambda.Function {
],
plugins: [
"${pluginsPaths["@babel/plugin-transform-runtime"]}",
"${path.join(pluginsPath, "babel-plugin-source-map-support")}"
"${pluginsPaths["babel-plugin-source-map-support"]}"
]
}
}
Expand Down

0 comments on commit 3d81c3b

Please sign in to comment.