olahol / reactpack

:package: build your react apps with one command and one `npm i`.
982 stars 36 forks source link

Add "--no-bundle" option to just transpile the code with babel #25

Open thani-sh opened 8 years ago

thani-sh commented 8 years ago

Add a --no-bundle option to just transpile the code using babel without bundling it. This can be useful when developing react components.