peercoin / peercoin-address-generator

A secure, minimal client-side Peercoin address generator.
https://paperwallet.peercoin.net/
BSD 3-Clause "New" or "Revised" License
8 stars 14 forks source link

Update project bundler #15

Open kazzkiq opened 5 years ago

kazzkiq commented 5 years ago

At the time of conception of this project, Brunch was used as bundler. But now it's prime time has since past and the project is not so active anymore, which leads to bugs hard to solve, and features that never come making projects based on it hard to mantain. Small community also doesn't helps with it's survival rate.

The main two options for replacement today are:

Both are rocking for years now and have super active community and plugins support. Webpack feels more like a cannon to kill a fly, since it's so full of features. Rollup is like a light fast car that delivers what it needs to.

We should discuss here which one to use for this project.

My vote goes for Rollup, since I already use it extensively, and since I'm basically the only front-end dev here who cares, if no one else gets involved we will eventually pick it up.

Everyone is more than welcome to argue.

jointhepartypooper commented 5 years ago

I have no experience with Rollup, so I'll leave it up to you.