Merge pull request #8325 from backstage/vinzscam/bump-esbuild-and-rollup

Add cli option for minifying plugins and backend build
This commit is contained in:
Johan Haals
2021-12-02 15:34:08 +01:00
committed by GitHub
11 changed files with 161 additions and 136 deletions
+2
View File
@@ -165,6 +165,7 @@ common example being the `migrations` directory.
Usage: backstage-cli backend:build [options]
Options:
--minify Minify the generated code
-h, --help display help for command
```
@@ -371,6 +372,7 @@ the monorepo.
Usage: backstage-cli plugin:build [options]
Options:
--minify Minify the generated code
-h, --help display help for command
```