Releases: DanielSchaffer/webpack-babel-multi-target-plugin
Releases · DanielSchaffer/webpack-babel-multi-target-plugin
v2.5.0
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:
Updated
- Bump
html-webpack-plugin
peerDependency requirement to^3.2.0 || ^4.0.0
v2.5.0-next.3
Updated
- Bump
html-webpack-plugin
peerDependency requirement to^3.2.0 || ^4.0.0
v2.5.0-next.2
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:
See also: v2.5.0-next.1
v2.5.0-next.1
v2.3.3
- FIX: revert unintended corejs bump (#49, thanks to @aaarichter)
- FIX: correctly handle
packageName: false
in package.jsonbrowser
object (#51, thanks to @shurygindv)
v2.3.3-next.3
[skip ci] v2.3.3-next.3
v2.3.3-next.2
[skip ci] v2.3.3-next.2
v2.3.3-next.1
[skip ci] v2.3.3-next.1
v2.3.3-next.0
v2.3.3-next.0
v2.3.1
- 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