ericelliott / credential

Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it really needs webpack?

mastilver opened this issue · comments

Webpack seems like an overkill
Why do we need to have a minified version?
Isn't it enough to use babel?

Can Babel bundle?

why do we need to bundle?
babel will produce es5 compatible files

Perhaps we don't. I have not been paying much attention to this repo, honestly. I don't know what we're using Webpack for. If it's overkill, let's kill it.

If it's overkill, let's kill it.

Alright, let's do it ;)

I have not been paying much attention to this repo

Fair enough, I guess you are not using it that much (Have you red: Open Source Stamina ?)
Would you be ready to give some of us more rights? (I'm mainly thinking about @tjconcept, @brianmhunt and myself)
You gave us the 'Collaborator' role but with the condition not to use our right, which is kind of useless :D

The condition was that the PR process would be used. Feel free to merge each other's PRs. =)

Of course, since this is a security library, extra caution is advised. Don't change things and merge lightly.

Cool awesome ;)

Would you be ok using https://github.com/semantic-release/semantic-release so you don't have to care about releases or is that a security issue?

And could you also enable greenkeeper?

I'm asking too much, I will try to shut up now :D

Closing all stale issues. Please re-open with new PRs if you're still interested.