docs
docs copied to clipboard
Document howto replace webpack
It would be nice if it would be documented how webpack can be replaced by something else in an application.
Great idea @alexanderadam. Which replacement did you have in mind for your instance (Parcel?). Were you able to successfully replace Webpack with it? How did that go? Would love any details you could provide.
Laravel Mix is what I switched to. I agree this should be documented, as well as the asset system in general.
@kvirani I didn't replace anything yet. I wouldn't want the documentation to be focused on a particular replacement. JavaScript tooling is constantly changing and the documentation shouldn't focus on a something that might be obsolete next month. Maybe parcel is 'hip' right now or maybe rollup or pundle. Or maybe someone wants to migrate a project from gulp or browserify.
@westonganger would you share how you did it?