cli: bump esbuild to es2022

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-15 10:42:20 +02:00
parent 7a49edae27
commit 9ee948a4d8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Bump `esbuild` target for package builds to `ES2022`.
+1 -1
View File
@@ -151,7 +151,7 @@ export async function makeRollupConfigs(
template: svgrTemplate,
}),
esbuild({
target: 'es2019',
target: 'ES2022',
minify: options.minify,
}),
],