We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2da7c4 commit cc9aec7Copy full SHA for cc9aec7
1 file changed
scripts/bundle.ts
@@ -33,7 +33,7 @@ buildSync({
33
// splitting: true, // Doesn't work with cjs
34
format: 'cjs',
35
platform: 'node',
36
- target: 'node12',
+ target: 'node14',
37
});
38
39
console.log('Building dist for node type=module (esm)...');
@@ -48,6 +48,6 @@ buildSync({
48
minify: true,
49
splitting: true,
50
format: 'esm',
51
- target: 'node12.20',
52
outExtension: { '.js': '.mjs' },
53
0 commit comments