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 3, 2021
1 parent 875ac06 commit f0db790
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 f0db790

Please sign in to comment.