DEV Community

Discussion on: How I set up Webpack and Babel with vanilla JS

Collapse
 
rschneider94 profile image
Rodrigo Schneider

Thanks for sharing this, really helpful! Just one tip: I had an error because Webpack is now in version 5 and to serve, it's a bit different, running just webpack-dev-server thrown an error. Now we need to do this instead: webpack serve.

Collapse
 
robotspacefish profile image
Jess

awesome, thanks for the update Rodrigo!