@webpack-blocks/babel
Version:
Webpack block for babel 6+.
49 lines (28 loc) • 1.16 kB
Markdown
# @webpack-blocks/babel - Changelog
## 2.0.0-alpha
- Support for webpack 4 ([#261](https://github.com/andywer/webpack-blocks/pull/261))
- Support for babel 7 ([#295](https://github.com/andywer/webpack-blocks/pull/295))
## 1.0.0-rc
- Breaking change: Renamed package from `babel6` to `babel` and moved `babel-core` to be a peer
dependency ([#217](https://github.com/andywer/webpack-blocks/issues/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](https://github.com/andywer/webpack-blocks/issues/125))
- Requires node 6+
## 0.4.1
- Fix default `node_modules/` exclusion, so it works on windows
([#108](https://github.com/andywer/webpack-blocks/pull/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.