I noticed that you were using webpack just to compile SCSS files with JS files as entry points. This is my small experiment, so feel free to ignore it 😄
In this PR, I'm trying to replace Webpack with Parcel 2.
Pros for using Parcel:
Almost zero configuration 0️⃣
Super fast thanks to the caching ⚡
We can eliminate most of the dependencies in package.json 🗑️
I did a quick test and couldn't find regression in design, but this will need to be double-checked.
Hi, it's me again 👋
I noticed that you were using webpack just to compile SCSS files with JS files as entry points. This is my small experiment, so feel free to ignore it 😄
In this PR, I'm trying to replace Webpack with Parcel 2.
Pros for using Parcel:
package.json
🗑️I did a quick test and couldn't find regression in design, but this will need to be double-checked.
Performance