ngx-deploy-npm-8.0.0
·
82 commits
to main
since this release
8.0.0 (2024-01-19)
Features
BREAKING CHANGES
-
ngx-deploy-npm:install
: Added--dist-folder-path
option as
required.
ngx-deploy-npm:install
: Drop the option--projects
, now, each project needs to be specified
independently using--project
.ngx-deploy-npm:deploy
:distFolderPath
option is now required.ngx-deploy-npm:deploy
: Remove optionsnoBuild
andbuildTarget
.
- As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
you should consider. We apologize for any inconvenience this may cause and appreciate your
understanding.