docs icon indicating copy to clipboard operation
docs copied to clipboard

Document howto replace webpack

Open alexanderadam opened this issue 6 years ago • 3 comments
trafficstars

It would be nice if it would be documented how webpack can be replaced by something else in an application.

alexanderadam avatar Jan 24 '19 13:01 alexanderadam

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.

kvirani avatar Apr 02 '19 14:04 kvirani

Laravel Mix is what I switched to. I agree this should be documented, as well as the asset system in general.

westonganger avatar Apr 04 '19 17:04 westonganger

@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?

alexanderadam avatar Apr 04 '19 17:04 alexanderadam