Skip to content

Commit

Permalink
use node14 target
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jul 5, 2021
1 parent f79ba71 commit bade59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -252,7 +252,7 @@ function ncc (
},
devtool: sourceMap ? "cheap-module-source-map" : false,
mode: "production",
target: target ? ["node", target] : "node",
target: target ? ["node14", target] : "node14",
stats: {
logging: 'error'
},
Expand Down

0 comments on commit bade59e

Please sign in to comment.