mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-30 12:29:27 +00:00
perf(website): migrate forest parallax to native CSS scroll-driven animations, fix step contrast, and resolve forced reflows
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ async function minifyJS(raw) {
|
||||
const result = await esbuild.transform(raw, {
|
||||
loader: 'js',
|
||||
minify: true,
|
||||
target: 'es2020'
|
||||
target: 'es2022'
|
||||
});
|
||||
return result.code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user