Merge pull request #23493 from backstage/backend-package-minify-option

Add minify option to buildBackend and command
This commit is contained in:
Patrik Oldsberg
2024-03-19 14:53:55 +01:00
committed by GitHub
7 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ Build a package for production deployment or publishing
Options:
--role <name> Run the command with an explicit package role
--minify Minify the generated code. Does not apply to app or backend packages.
--minify Minify the generated code. Does not apply to app package (app is minified by default).
--skip-build-dependencies Skip the automatic building of local dependencies. Applies to backend packages only.
--stats If bundle stats are available, write them to the output directory. Applies to app packages only.
--config <path> Config files to load instead of app-config.yaml. Applies to app packages only. (default: [])