We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ccfba + 3a74ec0 commit 0fa737fCopy full SHA for 0fa737f
1 file changed
src/compile/build.js
@@ -23,6 +23,6 @@ module.exports = ({ content, cwd }) =>
23
write: false,
24
platform: 'node',
25
legalComments: 'eof',
26
- target: 'es2023',
+ target: 'node24',
27
...MINIFY
28
})
0 commit comments