DEV Community

Discussion on: 3 reasons why I went framework agnostic and why you should do that too

Collapse
 
sandorturanszky profile image
Sandor | tutorialhell.dev

I am looking into adopting this approach for our project. I wonder if anyone has experience with setting up the build process for development and production with framework agnostic approach? Ideally, I want to have the build process replaceable meaning that I may use Webpack and then later, switch to Parcel or anything else.