Skip to content

ngx-deploy-npm-8.0.0

Compare
Choose a tag to compare
@dianjuar dianjuar released this 19 Jan 16:35
· 10 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 options noBuild and buildTarget.
  • 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.