Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Support webpack 2.2 #309

Closed
Strate opened this issue Dec 18, 2016 · 12 comments
Closed

Support webpack 2.2 #309

Strate opened this issue Dec 18, 2016 · 12 comments

Comments

@Strate
Copy link

Strate commented Dec 18, 2016

Seems that plugin should be published with updated peer dependencies

bwhitty added a commit to bwhitty/extract-text-webpack-plugin that referenced this issue Dec 18, 2016
@MikeLP
Copy link

MikeLP commented Dec 21, 2016

Guys. Is it really hard to update package.json ?

@avetisk
Copy link

avetisk commented Dec 26, 2016

Really need this update :'(

Christmas is like hell for developers who are still working...

@laggingreflex
Copy link

Try npm update or npm clear cache. Semver allows updating to latest minor versions (for >1.x). So v2.1 should really install v2.2 if that's the latest one available, given that it's not using the cache.

@aaugustin
Copy link

Can we avoid non-constructive comments? They're unlikely to motivate maintainers, on the contrary. If I was receiving such comments on one of my repositories, I'd make sure not to fix the issue for a month or two :-) Thanks!

@aaugustin
Copy link

(Obviously this wasn't for laggingreflex. I wrote my comment before theirs appeared.)

@TheLarkInn
Copy link

@MikeLP Sorry for the delay on this. There are some overall large changes we want to make here before we do another publish. There is a lot of tenderloving care that needs to be given to this repo. We have already extended the call for extra support for issues and PR's to our @webpack/contributor-team so once we get some more information, we'll have some folks getting back to you guys.

Understand the frustration, and we apologize for dropping the ball. Thank you everyone for the support, and if it is possible you can avoid the PeerDep and install fails by using npm v3 for now! Let me know if anything else needs to be clarified.

@Strate
Copy link
Author

Strate commented Dec 29, 2016

I use shrinkwrap feature of npm. It requires me to satisfy all peer dependencies.

@btipling
Copy link

btipling commented Dec 29, 2016

@TheLarkInn, thanks for the update, but can you please update the peer dependency to not require the beta though? Some people cannot deploy with yarn/npm warnings because of how ops has configured their ci deploy system with fail on warnings. We cannot move beyond webpack@^2.1.0-beta.19 because you hardcoded beta as a peerDependency. We're trying to use the "2.2.0-rc now but can't. You can use a more lenient dependency rule. It's a one line change that would stop blocking us. Please if you can, thank you and thank you for all your hard work on this great plugin!

@willhoney7
Copy link

Looks like a fix to that has been committed: cbd4690.

Here's to hoping it'll be released soon...

@dawncold
Copy link

dawncold commented Jan 11, 2017

I installed latest code via git+https: npm install git+https://github.com/webpack/extract-text-webpack-plugin.git -D

@Achieve777
Copy link

the code in npm haven't been updated :(

@SpaceK33z
Copy link
Contributor

Fix was published in extract-text-webpack-plugin@2.0.0-beta.5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests