9

Webpack is pretty dope 🤗🤗

Comments
  • 2
    @redman you did not know what it was before this post? I was always scared to get into it but I am doing baby steps atm and I can see how powerful it can be when you really understand it.
  • 1
    @redman using this guide: https://webpack.js.org/guides/... its pretty nice.
  • 0
    I hate to be "that guy" and I don't want to start a technology option feud. But I find parcel to be a pretty awesome alternative to webpack, especially if you find the configuration daunting. It's extremely fast, and has everything I need built in
  • 0
    @bohr everyone is entitled to their opinions. I never used a bundler before and have heard great things about web pack. I am still too early in learning to even have a solid opinion on it but I will play with webpack first and try parcel after.
  • 1
    @Archeelux yea, the only reason I brought it up was I used to struggle a lot with webpack, but then parcel solved all of my issues. Totally suggest trying both out and choosing for yourself!
  • 0
    @bohr Parcel is good for starters, but not so much customizable.
  • 0
    @lamka02sk yea, have yet to encounter something that I need which it can't do... But I could see how the lack of configuration could be a problem for some
  • 1
    @bohr BTW there are some pretty good webpack configuration generators out there. You just select what you want to use and just cp generated configuration.
Add Comment