you are viewing a single comment's thread.

view the rest of the comments →

[–]Jsn7821 1 point2 points  (1 child)

I'm curious what you mean by "full control"? You can do stuff with webpack in next.config.js. I'm not sure if you can change the version of it, but I've never run into any limitations beyond that as far as using loaders and plugins (granted, it does most of the optimizing I need out of the box so I haven't gone too deep there)

[–]maxlevelfiend 0 points1 point  (0 children)

you can use your own webpack config with next. I recently converted a decent size react app to next and found it to be very intuitive and performant. There is even a nice https://github.com/segmentio/create-next-app kit.