Skip to content

Commit 188319d

Browse files
committed
Update ECMAScript version in minification settings to 2025
1 parent 721eb9c commit 188319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const minifyJSFiles = async (sourceDirectory, outputDirectory) => {
1717
const code = await fs.readFile(path.join(sourceDirectory, file), 'utf8');
1818
const result = await terser.minify(code, {
1919
mangle: true,
20-
ecma: 2024,
20+
ecma: 2025,
2121
module: true,
2222
compress: {
2323
passes: 3,

0 commit comments

Comments
 (0)