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 b51230e commit de0c978Copy full SHA for de0c978
scripts/esbuild.config.mts
@@ -6,6 +6,7 @@ const banner =
6
`/*
7
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
8
if you want to view the source, please visit the github repository of this plugin
9
+https://github.com/kotaindah55/animated-cursor
10
*/
11
`;
12
@@ -33,7 +34,7 @@ const context = await esbuild.context({
33
34
"@lezer/lr",
35
...builtins],
36
format: "cjs",
- target: prod ? "es2022" : "es2024",
37
+ target: "es2018",
38
logLevel: "info",
39
treeShaking: true,
40
sourcemap: prod ? false : "inline",
0 commit comments