-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move unpopular blocks to the webpack-blocks org #269
Comments
Whoa, haven't thought the linters have such low usage - would be interesting to know how many people are using it from within the convenience package, but it will probably resemble the usage of the individual blocks. Thanks for the stats in any case! If we go on and move blocks to the org, I'd like to have them in individual repositories - so an external maintainer for the |
That's the plan.
It's a good idea to have something like this eventually but right now there aren't many configs and they will have certain changes soon. |
Which is a good reason to have it in such a package 😜 This way we can start now without any overhead, but have a plan for the future 💪 |
@zcei would you like to work on moving it? Note that there is also an e2e test inside the |
Sure, I could tackle it on Wednesday. |
Wow, great job gathering all the stats! 🐰 Room for discussionI think we should settle on a decision whether to move those unpopular blocks into single repos for each block or move them into a new monorepo ( |
Personally, I'm biased towards Elm and would like to see it stay in the primary repo. However, I understand that it's rather niche and would not be upset if it were moved. |
@farism If you would like to maintain it we could give you an access to the new repo we move it to! 😏 |
First stab done via Still need to setup Travis. @farism is that something you'd like to do? (like Elm block maintenance in general, I can setup Travis if you like) |
TIL 😳 |
Is anyone interested in taking over that task? Will close it otherwise... |
We bring this idea from time to time and we finally have to just do it, so I decided to add it to the 2.0 roadmap (#264). Now I went ahead and gathered some stats from npm:
webpack-blocks
@webpack-blocks/assets
@webpack-blocks/babel
@webpack-blocks/core
@webpack-blocks/dev-server
@webpack-blocks/elm
@webpack-blocks/eslint
@webpack-blocks/extract-text
@webpack-blocks/postcss
@webpack-blocks/sass
@webpack-blocks/tslint
@webpack-blocks/typescript
@webpack-blocks/uglify
@webpack-blocks/webpack
I am very surprised the vast majority of block are very popular and have so close download stats! There are, however, 3 exceptions:
elm
: this is the 1st candidate to be moved out of the monorepo. It's framework-specific, niche, takes a lot of time to download and build and very often breaks the CI.tslint
: despite the fact it was added more than a year ago it has a drastically low download number. Looks like the majority of developers prefer using linters outside of webpack from the command line.eslint
: it's a very new block but I believe it's not going to become popular enough. I expect it to have a similar amount of downloads as thetslint
block and that makes it another candidate to be moved.For now I am insistently suggesting to move the
elm
block into its own repo under thewebpack-blocks
org.The text was updated successfully, but these errors were encountered: