Releases: topheman/webpack-babel-starter
v3.0.0
Switched from yarn to npm@5 (now using a package-lock.json
). This is a minor feature bump, but since it could be a breaking change for some users, I'm making a major version.
Previous versions source code is still available:
As stated in the README:
You remain free to choose whatever package manager you want, the project is compatible with both yarn and npm
Changelog: v2.0.1...v3.0.0
v2.0.1
v2.0.0
Now using webpack 2
Checkout the git history for more details on the migration (including comments in the log):
- 744efcc setup yarn (unrelated to webpack)
- 848884d minimal changes for migration to webpack v2
- fa8d5d3 upgrade eslint
- 41dc1e1 code splitting with
import()
- 01d8ec5 upgrade minor dependencies
The previous version (with webpack 1) remains available here.
v1.0.0
It's now time to go v1.0.0 since I've been using this seed project on the following ones for a while:
- topheman/rxjs-experiments (RxJS)
- topheman/react-es6-redux (React/Redux/Github Api) - since v3.0.0
- topheman/d3-react-experiments (React/d3)
I will be porting topheman/webpack-babel-starter to webpack2 in the following weeks/months (on the develop branch at first).
Changelog: v0.2.0...v1.0.0