Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.13 KB

File metadata and controls

48 lines (28 loc) · 1.13 KB

@webpack-blocks/babel - Changelog

2.0.0-alpha

  • Support for webpack 4 (#261)
  • Support for babel 7 (#295)

1.0.0-rc

  • Breaking change: Renamed package from babel6 to babel and moved babel-core to be a peer dependency (#217)

1.0.0-beta.2

  • Update dependency versions

1.0.0-beta

  • Use match() instead of passing an exclude option
  • Updated babel-loader from 6.x to 7.0, but sticking to babel 6.x

1.0.0-alpha

  • Updated for new core API (#125)
  • Requires node 6+

0.4.1

  • Fix default node_modules/ exclusion, so it works on windows (#108)

0.4.0

  • No changes, just keeping the version numbers in sync

0.3.0

  • Use context
  • Allow passing presets/plugins to block
  • May set include (white-list file matching), not just exclude

0.1.1

  • loaders: [ 'babel' ] => loaders: [ 'babel-loader' ]

0.1.0

Initial release.