selfup / hyperapp-one

Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.

Home Page:https://selfup.github.io/hyperapp-one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

selfup opened this issue Β· comments

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

why weback @ all?
Why not switch to Parcel

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) πŸš€

I can't believe you made this for me 😱
Thank you very much. πŸ‘
I'm stunned.

@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 πŸš€

Also just added support for gh-pages via a custom script in the package.json: selfup/hyperapp-one-parcel#1 πŸŽ‰

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