Skip to content

Commit cf931c2

Browse files
authored
Merge pull request #446 from kalcifer/minor/extract2
Adds installation details for extract text plugin
2 parents a0bd0cd + c087501 commit cf931c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/guides/migrating.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ It's no longer necessary to specify it in configuration.
140140

141141
## `ExtractTextWebpackPlugin` - breaking change
142142

143-
[ExtractTextPlugin](https://github.com/webpack/extract-text-webpack-plugin) 1.0.0 does not work with webpack 2. The changes are mainly syntactical
143+
[ExtractTextPlugin](https://github.com/webpack/extract-text-webpack-plugin) 1.0.0 does not work with webpack v2. You will need to install ExtractTextPlugin v2 explicitly.
144+
145+
`npm install --save-dev extract-text-webpack-plugin@beta`
146+
147+
The configuration changes for this plugin are mainly syntactical.
144148

145149
### `ExtractTextPlugin.extract`
146150

0 commit comments

Comments
 (0)