cli: bump esbuild to es2022
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Bump `esbuild` target for package builds to `ES2022`.
|
||||
@@ -151,7 +151,7 @@ export async function makeRollupConfigs(
|
||||
template: svgrTemplate,
|
||||
}),
|
||||
esbuild({
|
||||
target: 'es2019',
|
||||
target: 'ES2022',
|
||||
minify: options.minify,
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user