We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60860b commit 1292dc2Copy full SHA for 1292dc2
webpack.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
entry: {
5
pruneQuickSightUsers: "./src/pruneQuickSightUsers.ts",
6
},
7
- target: "node14",
+ target: "node18",
8
devtool: "inline-source-map",
9
mode: "production",
10
module: {
0 commit comments