pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

[Major upgrade]: Remove webpack, use Parcel / Rollup instead #108

Open pixelastic opened 3 years ago

pixelastic commented 3 years ago

I'll need to update Webpack to v4 to v5. I'm not so happy about webpack as the configuration, albeit powerful, is hard to grasp. I'd rather have something more lightweight in the core of norska.

Alternatives are Rollup and Parcel.

What I need them to do:

Also, Webpack does not play nice with Jest. Hopefully Parcel/Rollup will work.