15
Zy--
6y

Webpack and Babel make me want to kill myself. Takes longer to set a project up than it does to write the damn thing.

Comments
  • 3
    Laravel mix
  • 2
    I can strongly recommend trying out TypeScript with Webpack!
    If you have questions, just tag me. 😉
  • 0
    Parcel?
  • 1
    Try Parcel. No config needes and easy. If you fail with Parcel, don't even try Webpack
  • 2
    The reason you can write the project in less time than it takes to set up webpack and babel is because of webpack and babel. :P
  • 2
    I've been fighting with webpack and babel all freaking day.

    Ended up just starting on the code, and immediately ran into browser inconsistencies with es6. So, back to webpack/babel it is. 😕
Add Comment