Merge pull request #8745 from backstage/rugvip/minmax

cli: switch to using esbuild for minifcation
This commit is contained in:
Patrik Oldsberg
2022-01-05 17:02:12 +01:00
committed by GitHub
4 changed files with 38 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Switch Webpack minification to use `esbuild` instead of `terser`.