DEV Community

Discussion on: FrontEnd Workflow help

Collapse
 
joerter profile image
John Oerter

Are you set on using webpack? Although I'm sure you can do this with webpack, it doesn't seem like webpack's bread and butter. You might look at some html templating libraries like Pug, or write your own scripts to do exactly what you want.

Collapse
 
bairrada97 profile image
bairrada97

maybe I can try Parcel, just try to build my own boilerplate without using gulp

Collapse
 
joerter profile image
John Oerter

I used Gulp a lot in the past and used it again in a project recently. It's still great. Any reason you don't want to use it?

Thread Thread
 
bairrada97 profile image
bairrada97

No specific reason, just want to try new things, since my actual company use gulp, I want to try webpack or parcel to my own projects :)