mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Make esbuild target es2021
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user