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

Commit 3d81c3b

Browse files
committed
fix(webpack): fix location from source map support
1 parent 6ed4c7c commit 3d81c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodejsFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class NodejsFunction extends lambda.Function {
162162
],
163163
plugins: [
164164
"${pluginsPaths["@babel/plugin-transform-runtime"]}",
165-
"${path.join(pluginsPath, "babel-plugin-source-map-support")}"
165+
"${pluginsPaths["babel-plugin-source-map-support"]}"
166166
]
167167
}
168168
}

0 commit comments

Comments
 (0)