-
Notifications
You must be signed in to change notification settings - Fork 511
Update peerDependencies for webpack2 #168
Comments
Running into the same issue, the ExtractTextPlugin works fine though. |
There is a PR #157 already, but nobody merge it yet. |
Acturally PR #147 may solve this too. |
This also complicates use with npm 2 -- installing extract-text-webpack-plugin will "update" |
just a note: using npm 4.x on my system:
|
Hi,
although the plugin works quite well with webpack2.1.0-beta4, it specifies a peerDependency to webpack 1, causing CI build to fail:
The text was updated successfully, but these errors were encountered: