DEV Community

Discussion on: I recently discovered Parcel, and it's amazing

 
isaacdlyman profile image
Isaac Lyman

It seems like the actual webpack API hasn't changed very much, but the ecosystem has changed a lot so you might have to hammer on your dependencies for a while (especially if you're using a lot of plugins/loaders).

Thread Thread
 
rhymes profile image
rhymes

Yeah I heard about the plugin system changing, I have a few plugins with the locked version due to the fact they are incompatibile with Webpack 4.

I'll give it a try when I have some downtime. The builds on the CI are slow exactly because of webpack :D