Make esbuild target es2021

This commit is contained in:
Vanilagy
2026-04-27 17:15:40 +02:00
parent cf8cea2957
commit dfdf7c5648
+1
View File
@@ -16,6 +16,7 @@ const createVariants = async (
entryPoints: [entryPoint], entryPoints: [entryPoint],
bundle: true, bundle: true,
logLevel: 'info', logLevel: 'info',
target: 'es2021',
logOverride: { logOverride: {
'import-is-undefined': 'silent', // Warning caused by the disabled "node.ts" import 'import-is-undefined': 'silent', // Warning caused by the disabled "node.ts" import
}, },