Skip to content

Commit

Permalink
feat(cli): update config file build target to node18
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 21, 2023
1 parent d8f15f2 commit 66d20fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/loadUserConfig.ts
Expand Up @@ -28,7 +28,7 @@ export const loadUserConfig = async (
entryPoints: [userConfigPath],
outfile: 'out.js',
write: false,
target: ['node14.18', 'node16'],
target: ['node18'],
platform: 'node',
bundle: true,
format: 'esm',
Expand Down

0 comments on commit 66d20fc

Please sign in to comment.