Skip to content

Releases: manfredsteyer/ngx-build-plus

Scripts'n'Defaults

01 Nov 23:12
Compare
Choose a tag to compare

Schematics

  • The externals schematic which updates your project for using webpack externals now puts all UMD bundles into a common script. No need for copying files around anymore
  • The wc-polyfill bundle does the same for web component polyfills

Defaults

  • --keepPolyfills and --keepStyles default to true now to avoid confusions

Angular 8 support

31 Jul 21:58
2d31742
Compare
Choose a tag to compare

Same for 8.1.x

un-verbose

19 Jan 21:57
Compare
Choose a tag to compare
  • Due to a PR in CLI 7.3.0-beta.0 and @angular-devkit/build-angular 0.13.0-beta.0, we don't need to switch the CLI into verbose mode when using an array of webpack configs like we did in ngx-build-model. For this, the newest ngx-build-modern checks the versions installed of those packages.

  • ng serve accepts now a --verbose switch and ngx-build-plus prints out the modified webpack config when used.

karma support

15 Jan 22:46
Compare
Choose a tag to compare
  • ngx-build-plus supports now karma. Just (re)install it with ng add ngx-build-plus.
  • ngx-build-modern shows warning and error messages when versions of deps do not fit

Feature Parity

30 Dec 23:10
Compare
Choose a tag to compare

Merged PRs #49, #45, #44, #43, #42 for

  • Feature Parity b/w ng serve and ng build
  • Bug Fixex

Thx to all contributers!

Schematics Support

13 Nov 22:15
Compare
Choose a tag to compare
  • You can now easily install this package using ng add ngx-build-plus
  • This also automatically updates your angular.json

Plugins

10 Nov 20:57
Compare
Choose a tag to compare

New Feature

Plugins with pre, config and post hook (see readme)

Version 7.0.0

22 Oct 19:01
Compare
Choose a tag to compare

Features

  • Updated for Angular 7.0.x and CLI 7.0.x
  • New switch configHook to point to a function for modifying the webpack config (see readme)
  • New option to remove styles from bundling

Breaking Change

  • Switch single-bundle now defaults to false to align with the CLI's default behavior.

Thanks to Steven Masala, Sam Lin, jbandi and Rob Wormald.

CLI 6.1 support

28 Jul 19:06
Compare
Choose a tag to compare

CLI 6.1 support

For CLI 6.0 support use the former version 1.1.0

Release 1.1.0

17 Jun 22:13
Compare
Choose a tag to compare

Added support for ng serve (see readme.md at the end)