Skip to content

Commit 0977f02

Browse files
committed
use node14 target
1 parent 502bfb0 commit 0977f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compilation/Inliner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ module.exports = class Inliner {
149149

150150
await esbuild.build({
151151
platform: this.platform,
152+
target: ["node14"],
152153
bundle: true,
153154
format: "cjs",
154155
mainFields: ["main"],

0 commit comments

Comments
 (0)