react-parcel icon indicating copy to clipboard operation
react-parcel copied to clipboard

Can parcel pack react applications like webpack?

Open xulayen opened this issue 7 years ago • 1 comments

Hello, i look at you parcel project ,and can it pack react applications like webpack?

xulayen avatar Jan 02 '18 06:01 xulayen

Hi!

Yes you can create a bundle with parcel just like with webpack. Run parcel with build as argument, like this:

parcel build index.html

jakoblind avatar Jan 02 '18 09:01 jakoblind