Update webpack links to point to webpack 2 (#2492)

* Update README.md to make links to webpack point to webpack.js.org instead
  insteade of webpack 1 webpack.githup.io
This commit is contained in:
Stanislas Ormières
2017-06-07 16:43:22 +02:00
committed by William Monk
parent 349caa452d
commit 8a59fe6927

View File

@@ -37,9 +37,7 @@ When you run `npm run build` the terminal will output the error, including the h
* Fix `typescript` version to 2.3.x until 2.4 @types are fixed
### 2.3.1
* Fix issue with new @types/react
### 2.3.0
* All tsc to parse config (for `extend`) - Thanks to @DorianGrey
* Fix various jest issues - thanks to @zinserjan
* Fix code coverage - thanks to @zinserjan