18

Fuck webpack !

Comments
  • 1
    K but y?
  • 1
    @AleCx04 The amount and complexity of configuration required to spawn a simple isomorphic app is mind boggling.
  • 1
    @LordRant such are most other things in the front end world sadly. But what about using a cli tool that takes care of most of it for ya? In my case I let the angular/vue/react clis take everything for me since I hate webpack too! :)
  • 0
    @AleCx04 i love create-react-app. I wish there is something like that for quickly setting up an isomorphic app as well.
  • 0
    @LordRant Aren't Next.js in the case of React and Nuxt.js for Vue made for exactly this?
    (If by "isomorphic app" you mean a SPA with server-side rendering on the first request.)
  • 1
    Did you try next.js?
  • 2
    Just use Parcel
  • 0
    It should be called fudgepack.
Add Comment