feat(version): throw error when webpack 2 is installed#157
Conversation
Closes #152 BREAKING CHANGE: webpack v2 is not supported and now there will be a message when you're using webpack v2 with webpack-validator.
Codecov Report
@@ Coverage Diff @@
## master #157 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 19 19
Lines 153 164 +11
=====================================
+ Hits 153 164 +11
Continue to review full report at Codecov.
|
| "webpack": "*", | ||
| "webpack-md5-hash": "*", | ||
| "webpack-notifier": "*", | ||
| "webpack": "^1", |
There was a problem hiding this comment.
Our build was breaking due to all of these * version ranges.
|
I should probably say that my attitude toward this library is very much: "Let's stop maintaining this." I don't want people using this thing anymore. If it doesn't work for someone's use-case then they can fork. Let's all just move on. |
|
I'll go ahead and wait for someone to merge this. |
|
Yeah. I think the sanest option is to release a final version that's webpack 1 only and state clearly the package has been discontinued since webpack 2 implements the same functionality. I doubt there's a lot of interest in maintaining this package anymore. It would be more worthwhile to improve webpack core validation instead. |
|
Agreed. I'll merge this and a major version will be published which wont work with webpack 2 at all, so people will know. Thanks everyone for working on this! It was a good run :D |
|
👍🏻 totally agreed. |
I think I'll just merge this if the build passes.
Closes #152
BREAKING CHANGE: webpack v2 is not supported and now there will be a
message when you're using webpack v2 with webpack-validator.