Skip to content

Releases: topheman/webpack-babel-starter

v3.0.0

24 Sep 20:51
Compare
Choose a tag to compare

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

17 Jun 17:13
Compare
Choose a tag to compare

v2.0.0

17 Jun 09:52
Compare
Choose a tag to compare

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

11 Nov 20:10
Compare
Choose a tag to compare

It's now time to go v1.0.0 since I've been using this seed project on the following ones for a while:

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

v0.2.0

06 Mar 16:33
Compare
Choose a tag to compare

First public version