#todayilearned

by @jm3 · aka John Manoogian3

Frequent, bite-size mini-milestone updates as I fast-forward merge* my front-end web development skills up to 2019 levels. Learn more

Bundle simply with Parcel, a webpack alternative

Posted at — Jun 1, 2019

Today I Deployed a single-page site with linked (S)CSS + image / font assets to production successfully with Parcel, a bundler (like webpack), but a thousand times simpler than webpack.

This is the simple toy page I deployed: demo.

Parcel bills itself as “a fast, zero configuration web application bundler.”

Boom 💥