Skip to content

Commit 1292dc2

Browse files
committed
fix: 🐛 Set webpack to emit node18
1 parent d60860b commit 1292dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
entry: {
55
pruneQuickSightUsers: "./src/pruneQuickSightUsers.ts",
66
},
7-
target: "node14",
7+
target: "node18",
88
devtool: "inline-source-map",
99
mode: "production",
1010
module: {

0 commit comments

Comments
 (0)