Skip to content

Releases: DanielSchaffer/webpack-babel-multi-target-plugin

v2.5.0

25 Jul 17:41
Compare
Choose a tag to compare

Note: v2.4.0 is skipped due to a prerelease versioning conflict.

Added:

  • add support for HtmlWebpackPlugin v4 beta (#55, thanks @Austaras and @erezvish)
  • feat: add inject(head|body) and minify options to safari10NoModuleFix (#63, thanks @despian!)
  • feat: add preset configuration to babel options (#59, thanks @semoal!)

Fixed:

  • fix: Add exclude for 'querystring-es3 (#62, thanks again @despian!)
  • fix Angular Routing example

Updated

  • Bump html-webpack-plugin peerDependency requirement to ^3.2.0 || ^4.0.0

v2.5.0-next.3

25 Jul 17:34
Compare
Choose a tag to compare
v2.5.0-next.3 Pre-release
Pre-release

Updated

  • Bump html-webpack-plugin peerDependency requirement to ^3.2.0 || ^4.0.0

v2.5.0-next.2

10 Mar 16:34
Compare
Choose a tag to compare
v2.5.0-next.2 Pre-release
Pre-release

Note: 2.4.0 is skipped due to a prerelease versioning conflict.

Added:

  • feat: add inject(head|body) and minify options to safari10NoModuleFix (#63, thanks @despian!)
  • feat: add preset configuration to babel options (#59, thanks @semoal!)

Fixed:

  • fix: Add exclude for 'querystring-es3 (#62, thanks again @despian!)

See also: v2.5.0-next.1

v2.5.0-next.1

01 Feb 00:28
Compare
Choose a tag to compare
v2.5.0-next.1 Pre-release
Pre-release

Note: 2.4.0 is skipped due to a prerelease versioning conflict.

  • add support for HtmlWebpackPlugin v4 beta (#55, thanks @Austaras and @erezvish)
  • fix Angular Routing example

v2.3.3

02 Dec 16:39
Compare
Choose a tag to compare
  • FIX: revert unintended corejs bump (#49, thanks to @aaarichter)
  • FIX: correctly handle packageName: false in package.json browser object (#51, thanks to @shurygindv)

v2.3.3-next.3

02 Dec 16:35
Compare
Choose a tag to compare
v2.3.3-next.3 Pre-release
Pre-release
[skip ci] v2.3.3-next.3

v2.3.3-next.2

02 Dec 16:35
Compare
Choose a tag to compare
v2.3.3-next.2 Pre-release
Pre-release
[skip ci] v2.3.3-next.2

v2.3.3-next.1

02 Dec 16:35
Compare
Choose a tag to compare
v2.3.3-next.1 Pre-release
Pre-release
[skip ci] v2.3.3-next.1

v2.3.3-next.0

02 Dec 16:36
Compare
Choose a tag to compare
v2.3.3-next.0 Pre-release
Pre-release
v2.3.3-next.0

v2.3.1

30 Oct 15:59
Compare
Choose a tag to compare
  • fix exclusion not working as advertised (#38, thanks @foglerek)
  • fix standard/known transpiling exclusions not using OS-specific path separators (#39)

Update:

  • A version bump to core-js that was planned for an upcoming release somehow managed to sneak into this one. I'm planning on reverting that commit and releasing a fix for the next patch release. My apologies for any inconvenience, and thanks to @aaarichter for reporting in #49