5

Still struggling with the whole webpack project. We agreed on just doing style for now. (Which also need to be updated but that a whole other drama)

Fucking hate my life right now. Its 16:00 so time for beer and games. And holidays. Have a good holidays here everyone. I cant wait to come back to this shit in 2025.

Comments
  • 1
    Not using the latest gulp -> webpack -> rollup -> esbuild -> vite pipeline 🤦‍♂️
  • 3
    my webpack build once stopped working and I couldn't figure out why

    so I spent 6 hours typing like a speed demon because I needed this website working and rewrote the whole thing from scratch

    it worked

    and I don't know why
  • 1
    I'm still vouching for writing your own webpack. It's a fun project. But anyway, is webpack really needed, it can work without too right?
  • 1
    @jestdotty that stupid thing just joins all javascript together and thats it right? Can say i say something weird, i'm testing my deretoor service.
  • 0
    @retoor
    Once you start making one (instead of pretending how simple everything is), you will quickly realize how "just joining files" isn't gonna work
    And gl making it spec-compliant + compatible with cjs/esm for any code, not just a small subset
Add Comment