selfup / hyperapp-one

Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.
https://selfup.github.io/hyperapp-one
MIT License
126 stars 20 forks source link

Upgrade to webpack v4 once it comes out (really soon!) #36

Closed selfup closed 6 years ago

selfup commented 6 years ago

Reasons

  1. Less config
  2. Better performance
  3. Stay up to date

Where is webpack 4 being tracked?

Right here! https://github.com/webpack/webpack/milestone/15

diomed commented 6 years ago

why weback @ all? Why not switch to Parcel

selfup commented 6 years ago

Because Webpack has professional support, is used by giants like GitLab/AirBnb/Facebook/etc, provides code splitting (mature), has a very large ecosystem, and many other features (that might be needed by projects that grow out of this boilerplate) 😄

Webpack works, no need to switch to something else (yet, if at all) 🚀

selfup commented 6 years ago

@diomed I made this for ya: https://github.com/selfup/hyperapp-one-parcel

diomed commented 6 years ago

I can't believe you made this for me 😱 Thank you very much. 👍 I'm stunned.

selfup commented 6 years ago

@diomed no worries! I was bored, and you brought up a good point, so I made a new repo 🎉

Also a good excuse to learn parcel 😂

And now there is a new boilerplate for the community 🚀

selfup commented 6 years ago

Also just added support for gh-pages via a custom script in the package.json: https://github.com/selfup/hyperapp-one-parcel/issues/1 🎉

selfup commented 6 years ago

Only update to 3.11, once Hyperapp 2 is out, will switch to parcel