Skip to content

Commit

Permalink
Add note about extract-text & webpack versions to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Oct 2, 2017
1 parent 1ebe503 commit 545e43c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/MIGRATION-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ It also exports all the `@webpack-blocks/webpack` utility functions. See the pac

Support for webpack 1.x has been dropped. If you have not upgraded yet we recommend doing so soon.

### webpack v3 is the default

Most blocks should still work with webpack v2, but the latest `@webpack-blocks/extract-text` requires webpack v3.

To use it with webpack v2, install the older beta version. See the package's [README](../packages/extract-text/README.md) for further details.

### webpack as a peer dependency

Webpack is now a peer dependency of `@webpack-blocks/webpack`. Make sure to explicitly `npm install --save-dev webpack`.
Expand Down Expand Up @@ -113,10 +119,6 @@ Please use node 6 or newer. We don't transpile the webpack-blocks code for legac

## Additional features

### webpack v3

We officially support webpack 3 now 🎉

### `@webpack-blocks/uglify` package

The `uglify` package is a convenience block for easily configuring JS minification using the [uglifyjs-webpack-plugin](https://www.npmjs.com/package/uglifyjs-webpack-plugin) which also supports minifying untranspiled ES2015 code.
Expand Down

0 comments on commit 545e43c

Please sign in to comment.